]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/helper.c
target-cris: Move TCG initialization to CRISCPU initfn
[qemu.git] / target-cris / helper.c
index 324fe052f57ab2568467ac1446b57af4d2c6cb96..6e75e9819e7eac3b38df3f1559ab68aa5d415528 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "cpu.h"
 #include "mmu.h"
-#include "host-utils.h"
+#include "qemu/host-utils.h"
 
 
 //#define CRIS_HELPER_DEBUG
@@ -28,7 +28,7 @@
 
 #ifdef CRIS_HELPER_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)