ppc: [liftoff] implement calls to NativeWasmCode
Change-Id: I44f84a91a22cbe6cc364b43d096244fafaea7aca Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3114850 Reviewed-by: Milad Fa <mfarazma@redhat.com> Commit-Queue: Junliang Yan <junyan@redhat.com> Cr-Commit-Position: refs/heads/main@{#76461}
This commit is contained in:
parent
ec06bb6ce5
commit
79c1b9958a
@ -2475,11 +2475,11 @@ void LiftoffAssembler::CallC(const ValueKindSig* sig,
|
||||
}
|
||||
|
||||
void LiftoffAssembler::CallNativeWasmCode(Address addr) {
|
||||
bailout(kUnsupportedArchitecture, "CallNativeWasmCode");
|
||||
Call(addr, RelocInfo::WASM_CALL);
|
||||
}
|
||||
|
||||
void LiftoffAssembler::TailCallNativeWasmCode(Address addr) {
|
||||
bailout(kUnsupportedArchitecture, "TailCallNativeWasmCode");
|
||||
Jump(addr, RelocInfo::WASM_CALL);
|
||||
}
|
||||
|
||||
void LiftoffAssembler::CallIndirect(const ValueKindSig* sig,
|
||||
|
Loading…
Reference in New Issue
Block a user