Skip to content

Commit

Permalink
[DYNAREC_RV64] Fixed opcode FLD tbyte (for ptitSeb#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Oct 26, 2023
1 parent fe378c9 commit e69afb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynarec/rv64/dynarec_rv64_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ uintptr_t dynarec64_DB(dynarec_rv64_t* dyn, uintptr_t addr, uintptr_t ip, int ni
FLD(v1, ed, fixedaddress);
} else {
if(ed!=x1) {
MV(x1, ed);
ADDI(x1, ed, fixedaddress);
}
X87_PUSH_EMPTY_OR_FAIL(dyn, ninst, x3);
CALL(native_fld, -1);
Expand Down

0 comments on commit e69afb5

Please sign in to comment.