Commit 107db44327c4af0e406b08b3a635bea8ac7d75cc

Authored by bellard
1 parent dc5d0b3d

consider that all archs have SMC (workaround)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@969 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
@@ -822,7 +822,7 @@ static inline void tb_alloc_page(TranslationBlock *tb, @@ -822,7 +822,7 @@ static inline void tb_alloc_page(TranslationBlock *tb,
822 p->first_tb = (TranslationBlock *)((long)tb | n); 822 p->first_tb = (TranslationBlock *)((long)tb | n);
823 invalidate_page_bitmap(p); 823 invalidate_page_bitmap(p);
824 824
825 -#ifdef TARGET_HAS_SMC 825 +#if defined(TARGET_HAS_SMC) || 1
826 826
827 #if defined(CONFIG_USER_ONLY) 827 #if defined(CONFIG_USER_ONLY)
828 if (p->flags & PAGE_WRITE) { 828 if (p->flags & PAGE_WRITE) {