From 3b2e98153e33f0bae665c6b669ab4564e0c2d4f3 Mon Sep 17 00:00:00 2001 From: Clo91eaf Date: Sun, 25 Aug 2024 00:19:01 +0800 Subject: [PATCH] [tests] remove mcycle dependency --- tests/asm/smoke/smoke.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/asm/smoke/smoke.S b/tests/asm/smoke/smoke.S index 57e517f83..7c458acf7 100644 --- a/tests/asm/smoke/smoke.S +++ b/tests/asm/smoke/smoke.S @@ -27,9 +27,6 @@ loop: addi a2, a2, -1 bnez a2, add_test - # read cycles - csrr t0, mcycle - ret will_not_be_executed: