diff --git a/tests/jal.S b/tests/jal.S index 742abac..38a1c76 100644 --- a/tests/jal.S +++ b/tests/jal.S @@ -10,6 +10,8 @@ #include "riscv_test.h" #include "test_macros.h" +.option norvc + RVTEST_RV32U RVTEST_CODE_BEGIN diff --git a/tests/jalr.S b/tests/jalr.S index ebe3731..52117ab 100644 --- a/tests/jalr.S +++ b/tests/jalr.S @@ -10,6 +10,8 @@ #include "riscv_test.h" #include "test_macros.h" +.option norvc + RVTEST_RV32U RVTEST_CODE_BEGIN