Skip to content

Commit

Permalink
[DYNAREC_RV64] f23 and f24 are save in a same place (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
factfinding authored Feb 7, 2024
1 parent 6996c06 commit 902186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynarec/rv64/rv64_prolog.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rv64_prolog:
fsd f20, (15*8)(sp)
fsd f21, (16*8)(sp)
fsd f22, (17*8)(sp)
fsd f23, (19*8)(sp)
fsd f23, (18*8)(sp)
fsd f24, (19*8)(sp)
fsd f25, (20*8)(sp)
fsd f26, (21*8)(sp)
Expand Down

0 comments on commit 902186b

Please sign in to comment.