summaryrefslogtreecommitdiff
path: root/cc_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc_runtime.h')
-rw-r--r--cc_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc_runtime.h b/cc_runtime.h
index 18e3ba2c08..9a01ff8335 100644
--- a/cc_runtime.h
+++ b/cc_runtime.h
@@ -45,7 +45,7 @@
case 0: \
PL_op = ppaddr(ARGS); \
PL_retstack[PL_retstack_ix - 1] = Nullop; \
- if (PL_op != nxt) runops(); \
+ if (PL_op != nxt) CALLRUNOPS(); \
JMPENV_POP; \
break; \
case 1: JMPENV_POP; JMPENV_JUMP(1); \