mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm_exec.h: fix typo
* vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): fix typo. probably "inserted" or "insetted". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ab42c8f739
commit
bbc9fd5720
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ error !
|
|||
/* dispather */
|
||||
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && __GNUC__ == 3
|
||||
#define DISPATCH_ARCH_DEPEND_WAY(addr) \
|
||||
__asm__ __volatile__("jmp *%0;\t# -- inseted by vm.h\t[length = 2]" : : "r" (addr))
|
||||
__asm__ __volatile__("jmp *%0;\t# -- inserted by vm.h\t[length = 2]" : : "r" (addr))
|
||||
|
||||
#else
|
||||
#define DISPATCH_ARCH_DEPEND_WAY(addr) \
|
||||
|
|
Loading…
Reference in a new issue