mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
The rule is: - don't save PC if the exception is only triggered by softmmu. - save PC if the exception can be triggered by an helper. Fix a 64-bit kernel crash when loading modules. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>