[ppc] Fix typo in Generate_WasmCompileLazy.
R=sigurds@chromium.org Change-Id: I544b804fd7ccb90e64a945e0da9e43b01b5afdf3 Reviewed-on: https://chromium-review.googlesource.com/1095294 Reviewed-by: Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#53639}
This commit is contained in:
parent
72e062aa82
commit
5e26153139
@ -2448,7 +2448,7 @@ void Builtins::Generate_WasmCompileLazy(MacroAssembler* masm) {
|
||||
// Initialize the JavaScript context with 0. CEntry will use it to
|
||||
// set the current context on the isolate.
|
||||
__ LoadSmiLiteral(cp, Smi::kZero);
|
||||
__ CallRuntimeWithCEntry(Runtime::kWasmCompileLazy, r5;
|
||||
__ CallRuntimeWithCEntry(Runtime::kWasmCompileLazy, r5);
|
||||
// The entrypoint address is the return value.
|
||||
__ mr(r11, kReturnRegister0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user