mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Removed an incorrect error message.
This commit is contained in:
parent
6ca3f79e79
commit
277312f870
@ -139,6 +139,5 @@ int INT_RealModeInterrupt( BYTE intnum, PCONTEXT context )
|
||||
FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum);
|
||||
return 1;
|
||||
}
|
||||
FIXME(int, "Unknown Interrupt in DOS mode: 0x%x\n", intnum);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user