add missing file from change#1943
[p5sagit/p5-mst-13.2.git] / cc_runtime.h
index 18e3ba2..9a01ff8 100644 (file)
@@ -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);     \