Skip to content

Commit

Permalink
bootstrap.assembler.arm: Fix jit-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
gifti258 committed Jul 13, 2024
1 parent df9dad8 commit c17f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/bootstrap/assembler/arm.64.factor
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ big-endian off
! load values
load1/0
! compare
temp1 temp0 CMPr
temp0 temp1 CMPr
! move t if true (f otherwise)
[ temp2 temp3 temp0 ] dip CSEL
! store
Expand Down

0 comments on commit c17f520

Please sign in to comment.