Преглед изворни кода

VFP: disable DBG messages because they spam the console with unimportant skyeye junk

bunnei пре 12 година
родитељ
комит
29930ac110
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/arm/interpreter/vfp/vfp.h

+ 1 - 1
src/core/arm/interpreter/vfp/vfp.h

@@ -21,7 +21,7 @@
 #ifndef __VFP_H__
 #ifndef __VFP_H__
 #define __VFP_H__
 #define __VFP_H__
 
 
-#define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__)
+#define DBG(...) //DEBUG_LOG(ARM11, __VA_ARGS__)
 
 
 #define vfpdebug //printf
 #define vfpdebug //printf