Commit 55d9eb42 authored by Junliang Yan's avatar Junliang Yan Committed by V8 LUCI CQ

ppc64: Fix compilation error

Change-Id: Iadf5d379e105232c0992e3588ecd9a1c5f3500d2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3570422Reviewed-by: 's avatarMilad Farazmand <mfarazma@redhat.com>
Commit-Queue: Junliang Yan <junyan@redhat.com>
Cr-Commit-Position: refs/heads/main@{#79767}
parent 7dd391cb
...@@ -380,7 +380,7 @@ void OnStackReplacement(MacroAssembler* masm, bool is_interpreter) { ...@@ -380,7 +380,7 @@ void OnStackReplacement(MacroAssembler* masm, bool is_interpreter) {
ASM_CODE_COMMENT(masm); ASM_CODE_COMMENT(masm);
{ {
FrameScope scope(masm, StackFrame::INTERNAL); FrameScope scope(masm, StackFrame::INTERNAL);
__ CallRuntime(Runtime::kCompileForOnStackReplacement); __ CallRuntime(Runtime::kCompileOptimizedOSR);
} }
// If the code object is null, just return to the caller. // If the code object is null, just return to the caller.
......
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