diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 20:14:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 20:14:06 +0000 |
commit | 6a1bf16114964ea1c98edfe7ed99deccea161521 (patch) | |
tree | 351b912528b34e45ae7f8a9aaeaccfd6b6141dd3 /ext | |
parent | a938121844a85ea4fc6c37d2a1e11ff1930e084d (diff) | |
download | perl-6a1bf16114964ea1c98edfe7ed99deccea161521.tar.gz |
Yet another bytecode tweak from Enache.
p4raw-id: //depot/perl@20389
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/B/Bytecode.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/B/B/Bytecode.pm b/ext/B/B/Bytecode.pm index 83533c2bef..826ae5b1ce 100644 --- a/ext/B/B/Bytecode.pm +++ b/ext/B/B/Bytecode.pm @@ -174,6 +174,7 @@ sub B::HV::ix { for @array; asm "xnv", $hv->NVX; asm "xmg_stash", $stashix; + asm "xhv_riter", $hv->RITER; } asm "sv_refcnt", $hv->REFCNT; $ix; |