summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--vm.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88cfb0621b..7612ef7223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 14 18:10:59 2008 Koichi Sasada <ko1@atdot.net>
+
+ * vm.h: remove dangerous assembler sentence.
+
Mon Jan 14 18:06:37 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (rb_locale_encoding): return US-ASCII when charmap is
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(); \
;