diff options
Diffstat (limited to 'test/lld/main_module_table_5.wat.out')
-rw-r--r-- | test/lld/main_module_table_5.wat.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/main_module_table_5.wat.out b/test/lld/main_module_table_5.wat.out index f26ca8ae8..7d8577b4f 100644 --- a/test/lld/main_module_table_5.wat.out +++ b/test/lld/main_module_table_5.wat.out @@ -2,11 +2,11 @@ (type $none_=>_none (func)) (type $i32_=>_none (func (param i32))) (import "env" "table" (table $timport$9 1 funcref)) - (elem (global.get $tb) $other $stuff) (import "env" "__stack_pointer" (global $sp (mut i32))) (import "GOT.func" "__stdio_write" (global $gimport$9 (mut i32))) (import "env" "__table_base" (global $tb i32)) (global $global i32 (i32.const 42)) + (elem (global.get $tb) $other $stuff) (export "__stdio_write" (func $__stdio_write)) (export "__data_end" (global $global)) (export "dynCall_v" (func $dynCall_v)) |