Commit d395b16d authored by Junliang Yan's avatar Junliang Yan Committed by Commit Bot

s390x: remove PrepareStackFrame support

Change-Id: Id077f3c85d0610d5da192a954c942208594f0377
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2622867Reviewed-by: 's avatarMilad Fa <mfarazma@redhat.com>
Commit-Queue: Junliang Yan <junyan@redhat.com>
Cr-Commit-Position: refs/heads/master@{#72017}
parent e8d8956b
......@@ -92,6 +92,7 @@ inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); }
} // namespace liftoff
int LiftoffAssembler::PrepareStackFrame() {
bailout(kUnsupportedArchitecture, "PrepareStackFrame");
int offset = pc_offset();
lay(sp, MemOperand(sp));
return offset;
......
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