diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-05-02 14:33:17 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-05-02 14:33:17 +0000 |
commit | ef0775c4f054d9bcacbc3f94478687691d11226b (patch) | |
tree | 6ba8453a691190ab1f96748cae95df2e54cb3c2c /contrib/perl5/opcode.h | |
parent | 0feb57945e44edd6419789b4f64868d2937bc553 (diff) | |
parent | 7c312e6b6a7b1f9412f10365baf3c5eca8fa5649 (diff) |
This commit was generated by cvs2svn to compensate for changes in r46307,
which included commits to RCS files with non-trunk default branches.
Notes
Notes:
svn path=/head/; revision=46308
Diffstat (limited to 'contrib/perl5/opcode.h')
-rw-r--r-- | contrib/perl5/opcode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/perl5/opcode.h b/contrib/perl5/opcode.h index 8f4f00b72070..81e169087e78 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 */ |