projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d5793
)
hax: fix compilation error
49/19949/1
author
Kitae Kim
<kt920.kim@samsung.com>
Wed, 23 Apr 2014 11:36:17 +0000
(20:36 +0900)
committer
Kitae 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
patch
|
blob
|
history
diff --git
a/include/exec/cpu-defs.h
b/include/exec/cpu-defs.h
index 01c0ee8eb08976c0dd9223796e300accc6eb12d9..0d82a607ac346b025418d1c990324d3936fcb7c7 100644
(file)
--- 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