summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-08-15 19:27:54 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 04:12:05 +0000
commita9f58cadb705f6c8610a5b7e21bcd43f3dec6756 (patch)
tree38865930fc4669031384d65b254de6cf7e767a08 /opcode.h
parent9a40db4d28396def5ff66694936971da4bd71c0f (diff)
downloadperl-a9f58cadb705f6c8610a5b7e21bcd43f3dec6756.tar.gz
fix bogus integerization of pop()'s return value
Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu> Subject: Re: Complex expression does integer arithmetic p4raw-id: //depot/perl@1810
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 8f4f00b720..37b0516881 100644
--- a/opcode.h
+++ b/opcode.h
@@ -2320,7 +2320,7 @@ EXT U32 opargs[] = {
0x00002505, /* anonhash */
0x02993501, /* splice */
0x0002351d, /* push */
- 0x00003c14, /* pop */
+ 0x00003c04, /* pop */
0x00003c04, /* shift */
0x0002351d, /* unshift */
0x0002d501, /* sort */