summaryrefslogtreecommitdiff
path: root/target-arm/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/op.c')
-rw-r--r--target-arm/op.c17
1 files changed, 3 insertions, 14 deletions
diff --git a/target-arm/op.c b/target-arm/op.c
index 3937de9a43..1175cf081a 100644
--- a/target-arm/op.c
+++ b/target-arm/op.c
@@ -20,17 +20,6 @@
*/
#include "exec.h"
-/* memory access */
-
-#define MEMSUFFIX _raw
-#include "op_mem.h"
-
-#if !defined(CONFIG_USER_ONLY)
-#define MEMSUFFIX _user
-#include "op_mem.h"
-#define MEMSUFFIX _kernel
-#include "op_mem.h"
-#endif
-
-/* iwMMXt support */
-#include "op_iwmmxt.c"
+void OPPROTO op_dummy(void)
+{
+}