mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm.h: remove dangerous assembler sentence.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0605d15f6a
commit
2004a2b536
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
1
vm.h
1
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(); \
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue