Commit 277312f8 authored by NF Stevens's avatar NF Stevens Committed by Alexandre Julliard

Removed an incorrect error message.

parent 6ca3f79e
...@@ -139,6 +139,5 @@ int INT_RealModeInterrupt( BYTE intnum, PCONTEXT context ) ...@@ -139,6 +139,5 @@ int INT_RealModeInterrupt( BYTE intnum, PCONTEXT context )
FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum); FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum);
return 1; return 1;
} }
FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum);
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment