提交 02021c3f 编写于 作者: R Riccardo Magliocchetti 提交者: Edgar E. Iglesias

Fix __VA__ARGS__ typo in cris mmu.c

Fix compilation with DEBUG defined
Signed-off-by: NRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 e476492e
......@@ -31,7 +31,7 @@
#ifdef DEBUG
#define D(x) x
#define D_LOG(...) qemu_log(__VA__ARGS__)
#define D_LOG(...) qemu_log(__VA_ARGS__)
#else
#define D(x)
#define D_LOG(...) do { } while (0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册