Skip to content

Commit

Permalink
Merge pull request #528 from powdr-labs/master
Browse files Browse the repository at this point in the history
Uses appropriate addi instruction in lrsc test.
  • Loading branch information
aswaterman authored Jan 30, 2024
2 parents bd0a19c + a077148 commit 67e7759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isa/rv64ua/lrsc.S
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ addi a2, a2, 1
add a4, a4, a2
sc.w a4, a4, (a0)
bnez a4, 1b
add a1, a1, -1
addi a1, a1, -1
bnez a1, 1b

# wait for all cores to finish
Expand Down

0 comments on commit 67e7759

Please sign in to comment.