summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-04 23:02:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-04 23:02:16 +0000
commitde616352556f5da70790ceef0ca8b92726d7761a (patch)
treeca54c449bd8d8a0641f7d0587ca47a51bcb76e7e /perl.c
parent8f1e745d9a1b9f298473c1ec14e5946d7ed2134f (diff)
downloadperl-de616352556f5da70790ceef0ca8b92726d7761a.tar.gz
refetch local stack pointer in POPSTACK
p4raw-id: //depot/perl@2191
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index 388dd8bc6b..32664b014a 100644
--- a/perl.c
+++ b/perl.c
@@ -1020,7 +1020,7 @@ perl_run(void)
perl_run(PerlInterpreter *sv_interp)
#endif
{
- dSP;
+ dTHR;
I32 oldscope;
dJMPENV;
int ret;
@@ -2978,7 +2978,7 @@ my_failure_exit(void)
STATIC void
my_exit_jump(void)
{
- dSP;
+ dTHR;
register PERL_CONTEXT *cx;
I32 gimme;
SV **newsp;