From: bellard Date: Tue, 3 Aug 2004 21:37:41 +0000 (+0000) Subject: enabled asm memory helpers X-Git-Tag: qemu-xen-4.3.0-rc1~15230 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f6e3eb211fafeadd598e960a35bfa3a3b8bfc50;p=qemu-upstream-unstable.git enabled asm memory helpers git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1042 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-i386/op.c b/target-i386/op.c index 2438499ec..9ea00a757 100644 --- a/target-i386/op.c +++ b/target-i386/op.c @@ -18,13 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* XXX: must use this define because the soft mmu macros have huge - register constraints so they cannot be used in any C code. gcc 3.3 - does not seem to be able to handle some constraints in rol - operations, so we disable it. */ -#if !(__GNUC__ == 3 && __GNUC_MINOR__ == 3) #define ASM_SOFTMMU -#endif #include "exec.h" /* n must be a constant to be efficient */