From 62327bb6ff38699f8f4b83aad1cfe9244902f787 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 18 Sep 2018 12:48:28 +0000 Subject: vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATH because it's actually setting fastpath to cc instead of ci since r51903. vm_insnhelper.c: ditto mjit_compile.c: ditto tool/ruby_vm/views/_mjit_compile_send.erb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index 56e63cd841..e44d91ec34 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -177,7 +177,7 @@ enum vm_regan_acttype { * because inline method cache does not care about receiver. */ -#define CI_SET_FASTPATH(cc, func, enabled) do { \ +#define CC_SET_FASTPATH(cc, func, enabled) do { \ if (LIKELY(enabled)) ((cc)->call = (func)); \ } while (0) -- cgit v1.2.1