NT4/private/ntos/fw/mips/debug.h
2020-09-30 17:12:29 +02:00

8 lines
146 B
C

#if OMF_DEBUG==TRUE
#define PRINTDBG(x) FwPrint(x); \
FwStallExecution(50*1000);
#else
#define PRINTDBG(x) //
#endif