diff options
Diffstat (limited to 'test/lld/shared_add_to_table.wasm.out')
-rw-r--r-- | test/lld/shared_add_to_table.wasm.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lld/shared_add_to_table.wasm.out b/test/lld/shared_add_to_table.wasm.out index 26c0fa7af..a3f6cd2cb 100644 --- a/test/lld/shared_add_to_table.wasm.out +++ b/test/lld/shared_add_to_table.wasm.out @@ -64,10 +64,6 @@ (func $main (param $0 i32) (param $1 i32) (result i32) (call $__original_main) ) - (func $__post_instantiate - (call $__assign_got_enties) - (call $__wasm_call_ctors) - ) (func $__assign_got_enties (global.set $gimport$8 (call $g$waka_mine) @@ -82,6 +78,10 @@ (call $fp$_Z14waka_func_minei$ii) ) ) + (func $__post_instantiate + (call $__assign_got_enties) + (call $__wasm_call_ctors) + ) ;; dylink section ;; memorysize: 4 ;; memoryalignment: 2 |