aboutsummaryrefslogtreecommitdiff
path: root/env/v/riscv_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'env/v/riscv_test.h')
-rw-r--r--env/v/riscv_test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/env/v/riscv_test.h b/env/v/riscv_test.h
index 4d9cceb..e37ec05 100644
--- a/env/v/riscv_test.h
+++ b/env/v/riscv_test.h
@@ -41,8 +41,6 @@ userstart: \
#define RVTEST_PASS li a0, 1; syscall;
#define RVTEST_FAIL sll a0, x28, 1; 1:beqz a0, 1b; or a0, a0, 1; syscall;
-#define RVTEST_PASS_NOFP li a0, 1234; syscall;
-
//-----------------------------------------------------------------------
// Data Section Macro
//-----------------------------------------------------------------------