diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-09-04 23:09:06 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-04 17:30:28 +0000 |
commit | 47682f07932a6dd9025c454470244440249a844b (patch) | |
tree | 53840dc834dd2571b18c9d1a8856b6f0e35e610d /bytecode.pl | |
parent | 49d5cbad7e34aa93704ded3cb611586befa38496 (diff) | |
download | perl-47682f07932a6dd9025c454470244440249a844b.tar.gz |
Re: [PATCH] Re: ByteLoader and MSWin32
Message-ID: <20030904170906.GA1235@ratsnest.hole>
p4raw-id: //depot/perl@21032
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index bfe75028d0..c3c3dc7864 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -452,7 +452,7 @@ op_pmreplroot cPMOP->op_pmreplroot opindex op_pmreplstart cPMOP->op_pmreplstart opindex op_pmnext *(OP**)&cPMOP->op_pmnext opindex #ifdef USE_ITHREADS -op_pmstashpv cPMOP->op_pmstashpv pvindex +op_pmstashpv cPMOP pvindex x op_pmreplrootpo cPMOP->op_pmreplroot OP*/PADOFFSET #else op_pmstash *(SV**)&cPMOP->op_pmstash svindex |