Skip to content

Commit 359d44d

Browse files
luyahanV8 LUCI CQ
authored andcommitted
[riscv64] Fix build failed
Port 2b77ca2 Change-Id: Ie953a1d54f5529423ae35d1b1cd3ca25e8101c6e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931577 Auto-Submit: Yahan Lu <yahan@iscas.ac.cn> Commit-Queue: Brice Dobry <brice.dobry@futurewei.com> Reviewed-by: Brice Dobry <brice.dobry@futurewei.com> Cr-Commit-Position: refs/heads/master@{#74937}
1 parent e30cbcc commit 359d44d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ void LiftoffAssembler::StoreTaggedPointer(Register dst_addr,
461461
void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr,
462462
Register offset_reg, uintptr_t offset_imm,
463463
LoadType type, LiftoffRegList pinned,
464-
uint32_t* protected_load_pc, bool is_load_mem) {
464+
uint32_t* protected_load_pc, bool is_load_mem,
465+
bool i64_offset) {
465466
MemOperand src_op = liftoff::GetMemOp(this, src_addr, offset_reg, offset_imm);
466467

467468
if (protected_load_pc) *protected_load_pc = pc_offset();

0 commit comments

Comments
 (0)