diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-02 10:41:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-02 10:41:30 +0000 |
commit | 0791085825e06feaaac4987cfea56ad1aa801a7e (patch) | |
tree | 71345bc36caaba3feb3b1e05931f39036a1ea4d7 /bytecode.pl | |
parent | fc15ae8fb67c31ee845fb33ce00b1c24c4c1a908 (diff) | |
download | perl-0791085825e06feaaac4987cfea56ad1aa801a7e.tar.gz |
Convert ByteLoader to use CopARYBASE_set().
p4raw-id: //depot/perl@27674
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 fc2cae4786..11e148cda7 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -493,7 +493,7 @@ cop_stash cCOP svindex x cop_filegv cCOP svindex x #endif cop_seq cCOP->cop_seq U32 -cop_arybase cCOP->cop_arybase I32 +cop_arybase cCOP I32 x cop_line cCOP->cop_line line_t cop_io cCOP->cop_io svindex cop_warnings cCOP->cop_warnings svindex |