Commit 761891d2 authored by paul.lind's avatar paul.lind Committed by Commit bot

MIPS64: Fix port of Refactor Map::ConstructionCount.

Port 35ff259b.

BUG=

Review URL: https://codereview.chromium.org/756383005

Cr-Commit-Position: refs/heads/master@{#25693}
parent 1a033e5d
......@@ -395,9 +395,9 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm,
__ CallRuntime(Runtime::kFinalizeInstanceSize, 1);
__ Pop(a1, a2);
// Slack tracking counter is kNoSlackTracking after runtime call.
DCHECK(JSFunction::kNoSlackTracking == 0);
__ mov(a6, zero_reg);
// Slack tracking counter is Map::kSlackTrackingCounterEnd after runtime
// call.
__ li(a6, Map::kSlackTrackingCounterEnd);
__ bind(&allocate);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment