Przeglądaj źródła

fixed VFP DBG log for GCC

bunnei 12 lat temu
rodzic
commit
509f63486a
1 zmienionych plików z 1 dodań i 1 usunięć
  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(msg) DEBUG_LOG(ARM11, msg)
+#define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__)
 
 #define vfpdebug //printf