mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTVDM]: Silence interrupt calls dprints.
svn path=/trunk/; revision=64446
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
|
||||
#include "emulator.h"
|
||||
#include "bop.h"
|
||||
@@ -44,7 +44,7 @@ VOID WINAPI EmulatorBiosOperation(PFAST486_STATE State, UCHAR BopCode)
|
||||
if (BopProc[BopCode] != NULL)
|
||||
BopProc[BopCode](Stack);
|
||||
else
|
||||
DPRINT("Invalid BOP code: 0x%02X\n", BopCode);
|
||||
DPRINT1("Invalid BOP code: 0x%02X\n", BopCode);
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
|
||||
#include "emulator.h"
|
||||
#include "int32.h"
|
||||
|
||||
Reference in New Issue
Block a user