mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Fix error status
This commit is contained in:
@@ -2937,7 +2937,7 @@ namespace
|
||||
response.write(ResponseAbort);
|
||||
}
|
||||
|
||||
printf("Hard error: %X\n", static_cast<uint32_t>(error_status));
|
||||
c.proc.exit_status = error_status;
|
||||
c.proc.exception_rip = c.emu.read_instruction_pointer();
|
||||
c.emu.stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user