From: Jarkko Hietaniemi Date: Thu, 31 Jul 2003 20:14:06 +0000 (+0000) Subject: Yet another bytecode tweak from Enache. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a1bf16114964ea1c98edfe7ed99deccea161521;p=p5sagit%2Fp5-mst-13.2.git Yet another bytecode tweak from Enache. p4raw-id: //depot/perl@20389 --- diff --git a/ext/B/B/Bytecode.pm b/ext/B/B/Bytecode.pm index 83533c2..826ae5b 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;