From 292230cbf926e9892596ea37fd4567f0c49ab73c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 25 Dec 2020 23:36:25 +0900 Subject: Fixed leaked global symbols --- 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 56c4b96458..18e7056303 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -153,7 +153,7 @@ CC_SET_FASTPATH(const struct rb_callcache *cc, vm_call_handler func, bool enable *canary = Qfalse; /* cleanup */ \ } \ else { \ - vm_canary_is_found_dead(insn, *canary); \ + rb_vm_canary_is_found_dead(insn, *canary); \ } \ } #else -- cgit v1.2.1