Skip to content

Commit 914b672

Browse files
hansfbaierHans Baier
andauthored
fix: incorrect pseudoinstruction name for bge (fixes #1062) (#1063)
the second pseudoinstruction name is incorrect (see #1062) Signed-off-by: Hans Baier <hans.baier@gliwa.com> Co-authored-by: Hans Baier <hans.baier@gliwa.com>
1 parent 5c9aa28 commit 914b672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/std/isa/inst/I/bge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pseudoinstructions:
3333
- when: xs1 == 0
3434
to: blez xs2,imm
3535
- when: xs2 == 0
36-
to: blez xs1,imm
36+
to: bgez xs1,imm
3737
operation(): |
3838
XReg lhs = X[xs1];
3939
XReg rhs = X[xs2];

0 commit comments

Comments
 (0)