From: Nicholas Clark Date: Sat, 12 Nov 2005 10:21:50 +0000 (+0000) Subject: Change 26063 got one conditional the wrong way round. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0aada121b3cab6df8ff8bc03ddce74b5b0549e55;p=p5sagit%2Fp5-mst-13.2.git Change 26063 got one conditional the wrong way round. p4raw-id: //depot/perl@26093 --- diff --git a/ext/B/B/Bytecode.pm b/ext/B/B/Bytecode.pm index 78cabcc..212324c 100644 --- a/ext/B/B/Bytecode.pm +++ b/ext/B/B/Bytecode.pm @@ -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;