hax: fix compilation error 49/19949/1
authorKitae Kim <kt920.kim@samsung.com>
Wed, 23 Apr 2014 11:36:17 +0000 (20:36 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Wed, 23 Apr 2014 11:36:17 +0000 (20:36 +0900)
Remove spaces after back-slash on CPU_COMMON macro.

Change-Id: If9a9e16acda24d5bd8309662baa5e7f2f2ab71eb
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
include/exec/cpu-defs.h

index 01c0ee8..0d82a60 100644 (file)
@@ -119,8 +119,8 @@ QEMU_BUILD_BUG_ON(sizeof(CPUTLBEntry) != (1 << CPU_TLB_ENTRY_BITS));
     /* soft mmu support */                                              \
     CPU_COMMON_TLB                                                      \
                                                                         \
-    /* for hax */                                                       \ 
-    int hax_vcpu_dirty;                                                 \ 
-    struct hax_vcpu_state *hax_vcpu;                                    \ 
+    /* for hax */                                                       \
+    int hax_vcpu_dirty;                                                 \
+    struct hax_vcpu_state *hax_vcpu;                                    \
 
 #endif