summaryrefslogtreecommitdiff
path: root/target-i386
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-08-03 21:37:41 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-08-03 21:37:41 +0000
commit0f6e3eb211fafeadd598e960a35bfa3a3b8bfc50 (patch)
tree729927ce3a45cd89902e8510479cc0c746ae3357 /target-i386
parent57d1a2b62c3a89533bf50297a606ed028068e18e (diff)
downloadqemu-0f6e3eb211fafeadd598e960a35bfa3a3b8bfc50.tar.gz
enabled asm memory helpers
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1042 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/op.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/target-i386/op.c b/target-i386/op.c
index 2438499ec3..9ea00a7571 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 */