diff options
author | Jacob Gravelle <jgravelle@google.com> | 2018-06-01 17:07:38 -0700 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2018-06-01 17:07:38 -0700 |
commit | 408b8164d5849b15c4715901065232e79490ebcd (patch) | |
tree | e9bc8d50f28113573c25e110cc4026114dfd9d54 /test | |
parent | 1b99c7507d75566ba6314e157ceadfbbbe8301e5 (diff) | |
download | binaryen-408b8164d5849b15c4715901065232e79490ebcd.tar.gz binaryen-408b8164d5849b15c4715901065232e79490ebcd.tar.bz2 binaryen-408b8164d5849b15c4715901065232e79490ebcd.zip |
Always incorporate the table segment offset when calculating jsCallStartIndex (#1579)
Diffstat (limited to 'test')
-rw-r--r-- | test/lld/reserved_func_ptr.wast.jscall.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/reserved_func_ptr.wast.jscall.out b/test/lld/reserved_func_ptr.wast.jscall.out index c688e69f2..44f2e888f 100644 --- a/test/lld/reserved_func_ptr.wast.jscall.out +++ b/test/lld/reserved_func_ptr.wast.jscall.out @@ -294,4 +294,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 0, "initializers": ["__wasm_call_ctors"], "jsCallStartIndex": 2, "jsCallFuncType": ["ddi","fffi","iii","v","vi","viii"], "declares": ["_Z4atoiPKc"], "externs": [], "implementedFunctions": ["___wasm_call_ctors","_main","_stackSave","_stackAlloc","_stackRestore","___growWasmMemory","_dynCall_viii"], "exports": ["memory","__wasm_call_ctors","main","__heap_base","__data_end","stackSave","stackAlloc","stackRestore","__growWasmMemory","dynCall_viii"], "invokeFuncs": [] } +;; METADATA: { "asmConsts": {},"staticBump": 0, "initializers": ["__wasm_call_ctors"], "jsCallStartIndex": 3, "jsCallFuncType": ["ddi","fffi","iii","v","vi","viii"], "declares": ["_Z4atoiPKc"], "externs": [], "implementedFunctions": ["___wasm_call_ctors","_main","_stackSave","_stackAlloc","_stackRestore","___growWasmMemory","_dynCall_viii"], "exports": ["memory","__wasm_call_ctors","main","__heap_base","__data_end","stackSave","stackAlloc","stackRestore","__growWasmMemory","dynCall_viii"], "invokeFuncs": [] } |