Skip to content
Snippets Groups Projects
Commit 509f6348 authored by bunnei's avatar bunnei
Browse files

fixed VFP DBG log for GCC

parent afc9e27f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment