Revert "hax: fix compilation error"
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 24 Apr 2014 05:43:17 +0000 (14:43 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 24 Apr 2014 05:43:17 +0000 (14:43 +0900)
This reverts commit 3b574fcb46f69fc747426050746e31e43228f2e6.

include/exec/cpu-defs.h

index 0d82a60..01c0ee8 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