Skip to content

Commit

Permalink
Reverted changes in TEST_JAL_OP
Browse files Browse the repository at this point in the history
  • Loading branch information
UmerShahidengr committed Oct 27, 2023
1 parent bfb4640 commit 25fe6f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion riscv-test-suite/env/test_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,11 @@
xori rd,rd, 0x3 ;\
LA(tempreg, 4f) ;\
jalr x0,0(tempreg) ;\
.if (adj&2 == 2) && (label == 3f) ;\
.if adj & 2 == 2 ;\
.ifc label, 3f ;\
.fill 2,1,0x00 ;\
.endif ;\
.endif ;\
4: LA(tempreg, 5b) ;\
andi tempreg,tempreg,~(3) ;\
sub rd,rd,tempreg ;\
Expand Down

0 comments on commit 25fe6f3

Please sign in to comment.