ruby-changes:51817
From: nobu <ko1@a...>
Date: Tue, 24 Jul 2018 21:13:07 +0900 (JST)
Subject: [ruby-changes:51817] nobu:r64031 (trunk): prefix symbols exported for mjit
nobu 2018-07-24 21:12:59 +0900 (Tue, 24 Jul 2018) New Revision: 64031 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64031 Log: prefix symbols exported for mjit Modified files: trunk/vm.c Index: vm.c =================================================================== --- vm.c (revision 64030) +++ vm.c (revision 64031) @@ -12,6 +12,11 @@ https://github.com/ruby/ruby/blob/trunk/vm.c#L12 #include "ruby/vm.h" #include "ruby/st.h" +#define vm_call0 rb_vm_call0 +#define vm_exec rb_vm_exec +#define vm_invoke_bmethod rb_vm_invoke_bmethod +#define vm_search_method_slowpath rb_vm_search_method_slowpath + #include "gc.h" #include "vm_core.h" #include "vm_debug.h" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/