summaryrefslogtreecommitdiff
path: root/target-alpha/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-alpha/op.c')
-rw-r--r--target-alpha/op.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/target-alpha/op.c b/target-alpha/op.c
index cf29eb9ded..fb9240d2af 100644
--- a/target-alpha/op.c
+++ b/target-alpha/op.c
@@ -25,15 +25,6 @@
#include "host-utils.h"
#include "op_helper.h"
-/* Debug stuff */
-void OPPROTO op_no_op (void)
-{
-#if !defined (DEBUG_OP)
- __asm__ __volatile__("nop" : : : "memory");
-#endif
- RETURN();
-}
-
/* Load and stores */
#define MEMSUFFIX _raw
#include "op_mem.h"