From: Aleksandar Andrejevic Date: Tue, 25 Feb 2014 00:02:54 +0000 (+0000) Subject: [FAST486] X-Git-Tag: backups/0.3.17@66124~1365^2~65 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8abb2bdad6db576e95a6be957622ebfc8d51b400 [FAST486] Return TRUE if nothing unexpected occurred. svn path=/branches/ntvdm/; revision=62324 --- 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 */