aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-05-16 21:10:30 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-05-16 21:10:30 -0400
commit509f63486ac51ee692521940a535469c76cbf643 (patch)
tree95400cc607ab66105d7421381873d98be5a4c401 /src
parentafc9e27fc7ae297c36de4ad745779e3f7e282df2 (diff)
fixed VFP DBG log for GCC
Diffstat (limited to 'src')
-rw-r--r--src/core/arm/interpreter/vfp/vfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/vfp/vfp.h b/src/core/arm/interpreter/vfp/vfp.h
index ba23bd6e..f738a615 100644
--- a/src/core/arm/interpreter/vfp/vfp.h
+++ b/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