fix bogus integerization of pop()'s return value
[p5sagit/p5-mst-13.2.git] / opcode.h
index 8f4f00b..37b0516 100644 (file)
--- 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 */