From 8abb2bdad6db576e95a6be957622ebfc8d51b400 Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Tue, 25 Feb 2014 00:02:54 +0000 Subject: [PATCH] [FAST486] Return TRUE if nothing unexpected occurred. svn path=/branches/ntvdm/; revision=62324 --- lib/fast486/opcodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */