diff options
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; |