diff options
author | Reini Urban <rurban@x-ray.at> | 2008-06-04 07:07:05 -0700 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-06-05 13:17:40 +0000 |
commit | dce0cf36a3dbbdb039a0296b3ec373967e63c06f (patch) | |
tree | 7cfd62ec8137b6631ce877161ceb8619c253cf3f /cc_runtime.h | |
parent | 8ba733f51b2432eafd952574f404d7f464786ad5 (diff) | |
download | perl-dce0cf36a3dbbdb039a0296b3ec373967e63c06f.tar.gz |
[perl #55302] cc_runtime syntax error
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-1212613625-313.55302-15-0@perl.org>
p4raw-id: //depot/perl@34002
Diffstat (limited to 'cc_runtime.h')
-rw-r--r-- | cc_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc_runtime.h b/cc_runtime.h index cb8c4caeee..d2e4f7f26d 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); \ |