Skip to content

Commit 70caf33

Browse files
committed
[riscv64] Fix the StaticStackFrameSize
Update the size to kTierupBudgetOffset. Change-Id: Ibe241211ef67148fae3a4a9eed271f9293ca4801 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3585492 Reviewed-by: ji qiu <[email protected]> Commit-Queue: Yahan Lu <[email protected]> Auto-Submit: Yahan Lu <[email protected]> Cr-Commit-Position: refs/heads/main@{#79978}
1 parent 4592710 commit 70caf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm/baseline/riscv64/liftoff-assembler-riscv64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ void LiftoffAssembler::AbortCompilation() { AbortedCodeGeneration(); }
393393

394394
// static
395395
constexpr int LiftoffAssembler::StaticStackFrameSize() {
396-
return liftoff::kFeedbackVectorOffset;
396+
return liftoff::kTierupBudgetOffset;
397397
}
398398

399399
int LiftoffAssembler::SlotSizeForType(ValueKind kind) {

0 commit comments

Comments
 (0)