Commit b1a14770 authored by Lu Yahan's avatar Lu Yahan Committed by V8 LUCI CQ

[riscv] Port [wasm][liftoff] Fix and cleanup tracing of return value

Port commit 6f9e71fa

Change-Id: Id5226e0892f67573cea289040c2d5aa85f159478
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3886478
Commit-Queue: ji qiu <qiuji@iscas.ac.cn>
Reviewed-by: 's avatarji qiu <qiuji@iscas.ac.cn>
Auto-Submit: Yahan Lu <yahan@iscas.ac.cn>
Cr-Commit-Position: refs/heads/main@{#83122}
parent 5ccb7f2e
......@@ -157,6 +157,10 @@ void LiftoffAssembler::PatchPrepareStackFrame(
GenPCRelativeJump(kScratchReg, imm32);
}
void LiftoffAssembler::LoadSpillAddress(Register dst, int offset) {
SubWord(dst, fp, offset);
}
void LiftoffAssembler::FinishCode() { ForceConstantPoolEmissionWithoutJump(); }
void LiftoffAssembler::AbortCompilation() { AbortedCodeGeneration(); }
......
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