Commit 1bcc4903 authored by sreten.kovacevic's avatar sreten.kovacevic Committed by Commit Bot

MIPS64: Add missing call position as safepoint

Change-Id: Ic434384f1f7d14c7117db2f5f42be36a1e861ef4
Reviewed-on: https://chromium-review.googlesource.com/866744Reviewed-by: 's avatarIvica Bogosavljevic <ivica.bogosavljevic@mips.com>
Commit-Queue: Ivica Bogosavljevic <ivica.bogosavljevic@mips.com>
Cr-Commit-Position: refs/heads/master@{#50579}
parent 8e6c0bb0
......@@ -696,8 +696,8 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction(
__ daddiu(at, i.InputRegister(0), 0);
__ Call(at);
}
RecordCallPosition(instr);
frame_access_state()->ClearSPDelta();
frame_access_state()->SetFrameAccessToDefault();
break;
}
case kArchTailCallCodeObjectFromJSFunction:
......
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