Skip to content

Commit 5e3abf4

Browse files
gahaasV8 LUCI CQ
authored andcommitted
[wasm] Decrement current_int_param_slot only once for reftypes
[email protected] Bug: chromium:1335523 Change-Id: I194915b37ea27b3d7d1a9f2367b6935b8a3bff39 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3702233 Commit-Queue: Andreas Haas <[email protected]> Reviewed-by: Thibaud Michaud <[email protected]> Cr-Commit-Position: refs/heads/main@{#81095}
1 parent fcca2ea commit 5e3abf4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/builtins/x64/builtins-x64.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3640,7 +3640,6 @@ void GenericJSToWasmWrapperHelper(MacroAssembler* masm, bool stack_switch) {
36403640
__ j(equal, &place_float_param);
36413641

36423642
// ref params have already been pushed, so go through directly
3643-
__ addq(current_int_param_slot, Immediate(kSystemPointerSize));
36443643
__ jmp(&loop_through_valuetypes);
36453644

36463645
// All other types are reference types. We can just fall through to place them

0 commit comments

Comments
 (0)