mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Revert debug message prefix back to none, since we sometimes want to use
DBG() several times to build up a line.
This commit is contained in:
parent
614c39a8a4
commit
4e3ebba8e6
@ -46,7 +46,7 @@ __asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
|
||||
#define DEBUG_SYMBOL _H2 ( debug_, OBJECT )
|
||||
#if DEBUG_SYMBOL
|
||||
#include "console.h"
|
||||
#define DBG(...) printf ( _XSTR ( OBJECT ) ": " __VA_ARGS__ )
|
||||
#define DBG(...) printf ( __VA_ARGS__ )
|
||||
#define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
|
||||
__asm__ ( ".equ\tWITH_DEBUG_MESSAGES, 0" );
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user