From f13a2ad6df344d2ebae2b60001f0b3a95bec371d Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 7 Oct 2018 04:29:00 +0000 Subject: mjit.c: fix obsoleted comment [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- mjit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mjit.c') diff --git a/mjit.c b/mjit.c index 56e7bb6792..87b4a3e990 100644 --- a/mjit.c +++ b/mjit.c @@ -304,8 +304,8 @@ mjit_add_iseq_to_process(const rb_iseq_t *iseq) /* For this timeout seconds, --jit-wait will wait for JIT compilation finish. */ #define MJIT_WAIT_TIMEOUT_SECONDS 60 -/* Wait for JIT compilation finish for --jit-wait. This should only return a function pointer - or NOT_COMPILED_JIT_ISEQ_FUNC. */ +/* Wait for JIT compilation finish for --jit-wait, and call the function pointer + if the compiled result is not NOT_COMPILED_JIT_ISEQ_FUNC. */ VALUE mjit_wait_call(rb_execution_context_t *ec, struct rb_iseq_constant_body *body) { -- cgit v1.2.3