Abort JIT compilation before executing the QUIT instruction.
[INTERPRETER] * BUG: Abort JIT compilation before executing the QUIT instruction.
This commit is contained in:
parent
28ce6efc4c
commit
b3cbe0e4a0
1 changed files with 1 additions and 0 deletions
|
@ -1942,6 +1942,7 @@ void EXEC_do_quit(void)
|
|||
{
|
||||
GAMBAS_DoNotRaiseEvent = TRUE;
|
||||
|
||||
JIT_abort();
|
||||
HOOK(quit)();
|
||||
|
||||
THROW(E_ABORT);
|
||||
|
|
Loading…
Reference in a new issue