fixed VFP DBG log for GCC

This commit is contained in:
bunnei 2014-05-16 21:10:30 -04:00
parent afc9e27fc7
commit 509f63486a

View File

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