summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/opcode.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-05-02 14:33:17 +0000
committermarkm <markm@FreeBSD.org>1999-05-02 14:33:17 +0000
commit77644ee620b6a79cf8c538abaf7cd301a875528d (patch)
treeb4adabf341898a4378f4b7f8c7fb65f3f7c77769 /contrib/perl5/opcode.h
parent4fcbc3669aa997848e15198cc9fb856287a6788c (diff)
downloadFreeBSD-src-77644ee620b6a79cf8c538abaf7cd301a875528d.zip
FreeBSD-src-77644ee620b6a79cf8c538abaf7cd301a875528d.tar.gz
Maintenance releace 3 of perl5.005. Includes support for threads.
Diffstat (limited to 'contrib/perl5/opcode.h')
-rw-r--r--contrib/perl5/opcode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/perl5/opcode.h b/contrib/perl5/opcode.h
index 8f4f00b..81e1690 100644
--- a/contrib/perl5/opcode.h
+++ b/contrib/perl5/opcode.h
@@ -891,7 +891,7 @@ EXT char *op_desc[] = {
"line sequence",
"next statement",
"debug next statement",
- "unstack",
+ "iteration finalizer",
"block entry",
"block exit",
"block",
@@ -2320,7 +2320,7 @@ EXT U32 opargs[] = {
0x00002505, /* anonhash */
0x02993501, /* splice */
0x0002351d, /* push */
- 0x00003c14, /* pop */
+ 0x00003c04, /* pop */
0x00003c04, /* shift */
0x0002351d, /* unshift */
0x0002d501, /* sort */
@@ -2385,7 +2385,7 @@ EXT U32 opargs[] = {
0x09116504, /* sysopen */
0x00116504, /* sysseek */
0x0917651d, /* sysread */
- 0x0911651d, /* syswrite */
+ 0x0991651d, /* syswrite */
0x0911651d, /* send */
0x0117651d, /* recv */
0x0000ec14, /* eof */
OpenPOWER on IntegriCloud