ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

Remove the flags adjustment in `GO_TRACE` for RISC-V 64 #1663

Closed Coekjan closed 2 months ago

Coekjan commented 2 months ago

If I am doing the correct thing, this could closes #1661 .

ptitSeb commented 2 months ago

If I am doing the correct thing, this could closes #1661 .

This PR is actually correct because the ADJUST TO/FROM on Bit11 operation is already done in call_c when saveflags is "1", wich is the case here. I'll merge the PR tomorrow, as I have just released a new version.