Yet another bytecode tweak from Enache.
Jarkko Hietaniemi [Thu, 31 Jul 2003 20:14:06 +0000 (20:14 +0000)]
p4raw-id: //depot/perl@20389

ext/B/B/Bytecode.pm

index 83533c2..826ae5b 100644 (file)
@@ -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;