mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-01 23:41:42 +00:00

Don't load jump target into the CPU config, instead put it and initial a2 as literals into the mini bootloader and use l32r to load them natively. With these changes it should be possible to do warm reboot of the guest. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>