mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
console.h is no longer needed for debugging
This commit is contained in:
parent
37f1b12587
commit
d12770e254
@ -109,7 +109,6 @@ __asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
|
||||
#define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
|
||||
|
||||
#if DEBUG_SYMBOL
|
||||
#include "console.h"
|
||||
#define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
|
||||
__asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user