ruby-changes:27138
From: nobu <ko1@a...>
Date: Sun, 10 Feb 2013 15:39:39 +0900 (JST)
Subject: [ruby-changes:27138] nobu:r39190 (trunk): vm_exec.h: fix typo
nobu 2013-02-10 15:39:30 +0900 (Sun, 10 Feb 2013) New Revision: 39190 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39190 Log: vm_exec.h: fix typo * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): fix typo. probably "inserted" or "insetted". Modified files: trunk/vm_exec.h Index: vm_exec.h =================================================================== --- vm_exec.h (revision 39189) +++ vm_exec.h (revision 39190) @@ -86,7 +86,7 @@ error ! https://github.com/ruby/ruby/blob/trunk/vm_exec.h#L86 /* 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) \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/