From: Reini Urban Date: Wed, 4 Jun 2008 14:07:05 +0000 (-0700) Subject: [perl #55302] cc_runtime syntax error X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dce0cf36a3dbbdb039a0296b3ec373967e63c06f;p=p5sagit%2Fp5-mst-13.2.git [perl #55302] cc_runtime syntax error From: "Reini Urban via RT" Message-ID: p4raw-id: //depot/perl@34002 --- 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); \