- Fix debug print macros (by hpoussin).

svn path=/trunk/; revision=26782
This commit is contained in:
Aleksey Bragin 2007-05-14 20:01:05 +00:00
parent 475bf24b50
commit 368e2849a5

View file

@ -77,8 +77,8 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
#else
#define DebugInit()
#define DbgPrint(_x_)
#define DPRINT1(_x_)
#define DbgPrint(_x_) { if (0) printf _x_; }
#define DPRINT1(_x_) { if (0) printf _x_; }
#define BugCheck(_x_)
#define DbgDumpBuffer(_x_, _y_, _z_)