Integrate mainperl.
[p5sagit/p5-mst-13.2.git] / ext / B / B / CC.pm
index 9991d8e..7194819 100644 (file)
@@ -878,7 +878,7 @@ sub pp_sassign {
            }
            runtime("SvSETMAGIC(TOPs);");
        } else {
-           my $dst = pop @stack;
+           my $dst = $stack[-1];
            my $type = $dst->{type};
            runtime("sv = POPs;");
            runtime("MAYBE_TAINT_SASSIGN_SRC(sv);");