summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.def b/insns.def
index 6e142ed74b..194901fe7b 100644
--- a/insns.def
+++ b/insns.def
@@ -1164,7 +1164,7 @@ once
()
(VALUE val)
{
- val = vm_once_dispatch(iseq, ic, rb_ec_thread_ptr(ec));
+ val = vm_once_dispatch(ec, iseq, ic);
}
/**