diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-07 09:43:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-07 09:43:20 +0000 |
commit | f716adb3f9a09676aaac557a3b2b8fee45443c0d (patch) | |
tree | b4f119615dd37f09ce9bda3e81325449acf2311c /bytecode.pl | |
parent | 83373517b1ac7c8a6e168342975168bec47c9f33 (diff) | |
download | perl-f716adb3f9a09676aaac557a3b2b8fee45443c0d.tar.gz |
Try to reinstate the fix of change #28638 by patching bytecode.pl and
not the file it generates
p4raw-link: @28638 on //depot/perl: 98e3ba2c7915a38045b973577ec684fa0de54948
p4raw-id: //depot/perl@28667
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 cad64bc24f..6256a5f67c 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -374,7 +374,7 @@ stpv bstate->bs_pv.pvx U32 x ldspecsv bstate->bs_sv U8 x ldspecsvx bstate->bs_sv U8 x newsv bstate->bs_sv U8 x -newsvx bstate->bs_sv U32 x +newsvx bstate->bs_sv svtype x newop PL_op U8 x newopx PL_op U16 x newopn PL_op U8 x |