Просмотр исходного кода

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

bunnei 12 лет назад
Родитель
Сommit
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__
 #define __VFP_H__
 
-#define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__)
+#define DBG(...) //DEBUG_LOG(ARM11, __VA_ARGS__)
 
 #define vfpdebug //printf