Change 26063 got one conditional the wrong way round.
Nicholas Clark [Sat, 12 Nov 2005 10:21:50 +0000 (10:21 +0000)]
p4raw-id: //depot/perl@26093

ext/B/B/Bytecode.pm

index 78cabcc..212324c 100644 (file)
@@ -172,7 +172,7 @@ sub B::HV::ix {
            asm "ldsv", $varix = $ix unless $ix == $varix;
            ($i = not $i) ? asm ("newpv", pvstring $_) : asm("hv_store", $_)
                for @array;
-           if (VERSION >= 5.009) {
+           if (VERSION < 5.009) {
                asm "xnv", $hv->NVX;
            }
            asm "xmg_stash", $stashix;