summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm.h b/vm.h
index 20736b2567..e3c1df1971 100644
--- a/vm.h
+++ b/vm.h
@@ -143,7 +143,6 @@ error !
/* for GCC 3.4.x */
#define TC_DISPATCH(insn) \
- DISPATCH_ARCH_DEPEND_WAY(GET_CURRENT_INSN()); \
INSN_DISPATCH_SIG(insn); \
goto *GET_CURRENT_INSN(); \
;