summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-31 20:14:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-31 20:14:06 +0000
commit6a1bf16114964ea1c98edfe7ed99deccea161521 (patch)
tree351b912528b34e45ae7f8a9aaeaccfd6b6141dd3 /ext
parenta938121844a85ea4fc6c37d2a1e11ff1930e084d (diff)
downloadperl-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.pm1
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;