aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/op.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-29 17:21:37 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-29 17:21:37 +0000
commitfe2b269a4ff4ed0b06c2dca5083fb2271da1c506 (patch)
tree5666b6cae67385be8d76cad441e7debee4f6c927 /target-alpha/op.c
parentf18cd2238d39950f8a532cb2a2ee48a453d2e88f (diff)
target-alpha: misc fixes
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5355 c046a42c-6fe2-441c-8c8c-71466251a162
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"