Commit 08bdebf7 authored by Milad Fa's avatar Milad Fa Committed by Commit Bot

Revert "s390x: [liftoff] implement CallRuntimeStub"

This reverts commit 88c1ae95.

Reason for revert: illegal instruction

Original change's description:
> s390x: [liftoff] implement CallRuntimeStub
>
> Change-Id: I505ea67af31006f3f233eef390f234cfc0188d6c
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2774479
> Reviewed-by: Milad Fa <mfarazma@redhat.com>
> Commit-Queue: Junliang Yan <junyan@redhat.com>
> Cr-Commit-Position: refs/heads/master@{#73525}

Change-Id: Ie464430bce6f768f38ebed193d10bbf0107a8484
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2774164Reviewed-by: 's avatarMilad Fa <mfarazma@redhat.com>
Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#73538}
parent ec81d82d
......@@ -2855,7 +2855,7 @@ void LiftoffAssembler::TailCallIndirect(Register target) {
}
void LiftoffAssembler::CallRuntimeStub(WasmCode::RuntimeStubId sid) {
Call(static_cast<Address>(sid), RelocInfo::WASM_STUB_CALL);
bailout(kUnsupportedArchitecture, "CallRuntimeStub");
}
void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) {
......
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