aboutsummaryrefslogtreecommitdiff
path: root/target-i386/op.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-12 13:55:27 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-12 13:55:27 +0000
commit8686c490f77f79273bd8c08e8d12b3250cd72ba7 (patch)
tree6d7b1755d42ebf6429e179204a5b991626f3d039 /target-i386/op.c
parent6a8d7b763772691053d1971f29e64b1e296962cf (diff)
use TCG for MMX/SSE memory accesses
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4439 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/op.c')
-rw-r--r--target-i386/op.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/target-i386/op.c b/target-i386/op.c
index eb292fe38f..64b64a4fe2 100644
--- a/target-i386/op.c
+++ b/target-i386/op.c
@@ -423,19 +423,6 @@ void OPPROTO op_addq_A0_AL(void)
#endif
-/* memory access */
-
-#define MEMSUFFIX _raw
-#include "ops_mem.h"
-
-#if !defined(CONFIG_USER_ONLY)
-#define MEMSUFFIX _kernel
-#include "ops_mem.h"
-
-#define MEMSUFFIX _user
-#include "ops_mem.h"
-#endif
-
void OPPROTO op_hlt(void)
{
helper_hlt();