aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
Diffstat (limited to 'isa')
-rw-r--r--isa/rv64si/ma_fetch.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/isa/rv64si/ma_fetch.S b/isa/rv64si/ma_fetch.S
index 544daa0..7766c69 100644
--- a/isa/rv64si/ma_fetch.S
+++ b/isa/rv64si/ma_fetch.S
@@ -32,9 +32,10 @@ RVTEST_CODE_BEGIN
jalr t1, t0, 2
1:
.option rvc
- c.j fail
+ c.j 1f
c.j 2f
.option norvc
+1:
j fail
2:
@@ -53,9 +54,10 @@ RVTEST_CODE_BEGIN
jalr t1, t0, 3
1:
.option rvc
- c.j fail
+ c.j 1f
c.j 2f
.option norvc
+1:
j fail
2: