ptitSeb / box64

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

[DYNAREC_RV64] Minor OF flag fixes and optimizations for emit shift utils #1275

Closed ksco closed 9 months ago

ksco commented 9 months ago

Interestingly, test.vmp.exe is now working on RISC-V, the div by zero hack is not required.

ptitSeb commented 9 months ago

Interestingly, test.vmp.exe is now working on RISC-V, the div by zero hack is not required.

Ah, just accurate OF was enough? Good! (still I suggest you add the div0 hack later)

ksco commented 9 months ago

Ah, just accurate OF was enough? Good!

Yes!

(still I suggest you add the div0 hack later)

Yeah, of course, will do.