From 107db44327c4af0e406b08b3a635bea8ac7d75cc Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 22 Jun 2004 18:48:46 +0000 Subject: [PATCH] consider that all archs have SMC (workaround) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@969 c046a42c-6fe2-441c-8c8c-71466251a162 --- exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec.c b/exec.c index 45b723f6d0..9d1306d542 100644 --- 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); -#ifdef TARGET_HAS_SMC +#if defined(TARGET_HAS_SMC) || 1 #if defined(CONFIG_USER_ONLY) if (p->flags & PAGE_WRITE) { -- 2.39.2