mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 23:59:38 +00:00
consider that all archs have SMC (workaround)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@969 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
2
exec.c
2
exec.c
@ -822,7 +822,7 @@ static inline void tb_alloc_page(TranslationBlock *tb,
|
|||||||
p->first_tb = (TranslationBlock *)((long)tb | n);
|
p->first_tb = (TranslationBlock *)((long)tb | n);
|
||||||
invalidate_page_bitmap(p);
|
invalidate_page_bitmap(p);
|
||||||
|
|
||||||
#ifdef TARGET_HAS_SMC
|
#if defined(TARGET_HAS_SMC) || 1
|
||||||
|
|
||||||
#if defined(CONFIG_USER_ONLY)
|
#if defined(CONFIG_USER_ONLY)
|
||||||
if (p->flags & PAGE_WRITE) {
|
if (p->flags & PAGE_WRITE) {
|
||||||
|
Reference in New Issue
Block a user