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

[RV64_DYNAREC] Fixed GETGXSS_empty on upper bits handling #1685

Closed ksco closed 2 months ago

ksco commented 2 months ago

This may be a bit confusing, but we don't really need to clear the upper bits here, it's already cleared for opcodes like movss, and for others, the upper bits should be retained.