Commit 74951850 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[wasm] Fix two jump table offset parameters.

R=jgruber@chromium.org

Change-Id: I5b40819b1a746f16b7b18aac1bba65d83a7e3483
Reviewed-on: https://chromium-review.googlesource.com/c/1470127Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59560}
parent 74941eb5
......@@ -722,8 +722,8 @@ WasmCode* NativeModule::CreateEmptyJumpTable(uint32_t num_wasm_functions) {
instructions.as_vector(), // instructions
0, // stack_slots
0, // tagged_parameter_slots
instructions.size(), // safepoint_table_offset
instructions.size(), // handler_table_offset
0, // safepoint_table_offset
0, // handler_table_offset
instructions.size(), // constant_pool_offset
instructions.size(), // code_comments_offset
instructions.size(), // unpadded_binary_size
......
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