Verified Commit c0238e7b authored by Julian Seward's avatar Julian Seward Committed by ma1
Browse files

Bug 2045443. . a=RyanVM

parent 2eb83aca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8816,6 +8816,8 @@ bool BaseCompiler::emitArrayFill() {
    freePtr(RegPtr(PreBarrierReg));
  }

  sync();

  // Perform the fill loop using `numElements` as the loop variable, counting
  // down to zero.
  Label done;