summaryrefslogblamecommitdiffstats
path: root/private/ntos/fw/mips/debug.h
blob: d72c621462fb88b49e9b0aae7b2600a9a75afea6 (plain) (tree)
1
2
3
4
5
6
7






                                                

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