diff --git a/lib/fast486/opcodes.c b/lib/fast486/opcodes.c index f5bf0bb8e60..617e3764ae6 100644 --- a/lib/fast486/opcodes.c +++ b/lib/fast486/opcodes.c @@ -4244,7 +4244,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodePushFlags) { /* Call the VM86 monitor */ Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_GP, 0); - return FALSE; + return TRUE; } /* Push the flags */