projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5d0b3
)
consider that all archs have SMC (workaround)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 22 Jun 2004 18:48:46 +0000
(18:48 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 22 Jun 2004 18:48:46 +0000
(18:48 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@969
c046a42c
-6fe2-441c-8c8c-
71466251a162
exec.c
patch
|
blob
|
history
diff --git
a/exec.c
b/exec.c
index 45b723f6d00e8c5f03ef45bb78a153f2b4e3a076..9d1306d5423a935673c32feaf4958c5f7aa68ad5 100644
(file)
--- a/
exec.c
+++ b/
exec.c
@@
-822,7
+822,7
@@
static inline void tb_alloc_page(TranslationBlock *tb,
p->first_tb = (TranslationBlock *)((long)tb | n);
invalidate_page_bitmap(p);
-#if
def TARGET_HAS_SMC
+#if
defined(TARGET_HAS_SMC) || 1
#if defined(CONFIG_USER_ONLY)
if (p->flags & PAGE_WRITE) {