[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Tue, 25 Feb 2014 00:02:54 +0000 (00:02 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Tue, 25 Feb 2014 00:02:54 +0000 (00:02 +0000)
Return TRUE if nothing unexpected occurred.

svn path=/branches/ntvdm/; revision=62324

lib/fast486/opcodes.c

index f5bf0bb..617e376 100644 (file)
@@ -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 */