From 25c58766c38a38264711804552194112ebf23f35 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Thu, 23 Apr 2020 18:00:51 +0200 Subject: Disable RVC in tests/jal.S and tests/jalr.S Signed-off-by: Claire Wolf --- tests/jal.S | 2 ++ tests/jalr.S | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit