Fix native emitter compile
This commit is contained in:
parent
00457788e9
commit
ecaf9e6b14
|
@ -43,6 +43,7 @@
|
|||
#define DEBUG_printf DEBUG_printf
|
||||
#define DEBUG_OP_printf(...) DEBUG_printf(__VA_ARGS__)
|
||||
#else // don't print debugging info
|
||||
#define DEBUG_PRINT (0)
|
||||
#define DEBUG_printf(...) (void)0
|
||||
#define DEBUG_OP_printf(...) (void)0
|
||||
#endif
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#define DEBUG_PRINT (1)
|
||||
#define DEBUG_printf DEBUG_printf
|
||||
#else // don't print debugging info
|
||||
#define DEBUG_PRINT (0)
|
||||
#define DEBUG_printf(...) (void)0
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue