From: SeokYeon Hwang Date: Thu, 24 Apr 2014 05:43:17 +0000 (+0900) Subject: Revert "hax: fix compilation error" X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~386^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7199ab2a0d31345cca31c9196e012950a1b449fc;p=sdk%2Femulator%2Fqemu.git Revert "hax: fix compilation error" This reverts commit 3b574fcb46f69fc747426050746e31e43228f2e6. --- diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 0d82a607ac..01c0ee8eb0 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -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