NT4/private/ntos/fw/mips/debug.h

8 lines
146 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#if OMF_DEBUG==TRUE
#define PRINTDBG(x) FwPrint(x); \
FwStallExecution(50*1000);
#else
#define PRINTDBG(x) //
#endif