From dce0cf36a3dbbdb039a0296b3ec373967e63c06f Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Wed, 4 Jun 2008 07:07:05 -0700 Subject: [PATCH] [perl #55302] cc_runtime syntax error From: "Reini Urban via RT" Message-ID: p4raw-id: //depot/perl@34002 --- cc_runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc_runtime.h b/cc_runtime.h index cb8c4ca..d2e4f7f 100644 --- a/cc_runtime.h +++ b/cc_runtime.h @@ -54,7 +54,7 @@ switch (ret) { \ case 0: \ PL_op = ppaddr(aTHX); \ - if (PL_op != nxt) CALLRUNOPS(); \ + if (PL_op != nxt) CALLRUNOPS(aTHX); \ JMPENV_POP; \ break; \ case 1: JMPENV_POP; JMPENV_JUMP(1); \ -- 1.8.3.1