You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cpu/simx86: introduce _CPU_VM_CURRENT(), use for FPE handling
We weren't always getting the correct FPU state with KVM as sometimes
the 0xf0 port handler was called via instremu. Introducing
_CPU_VM_CURRENT() deals with that correctly.
Also there is no need to call cpuemu_update_fpu() as FPU state is
already synchronized when entering and leaving cpu-emu.
Observed when debugging dosemu2#2708
0 commit comments