diff options
Diffstat (limited to 'test/lld/reserved_func_ptr.wast.out')
-rw-r--r-- | test/lld/reserved_func_ptr.wast.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/lld/reserved_func_ptr.wast.out b/test/lld/reserved_func_ptr.wast.out index 613802f6a..fd0d1f4af 100644 --- a/test/lld/reserved_func_ptr.wast.out +++ b/test/lld/reserved_func_ptr.wast.out @@ -12,13 +12,11 @@ (table $0 3 3 funcref) (elem (i32.const 1) $address_taken_func\28int\2c\20int\2c\20int\29 $address_taken_func2\28int\2c\20int\2c\20int\29) (global $global$0 (mut i32) (i32.const 66112)) - (global $global$1 i32 (i32.const 66112)) - (global $global$2 i32 (i32.const 568)) + (global $global$1 i32 (i32.const 568)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) - (export "__heap_base" (global $global$1)) - (export "__data_end" (global $global$2)) (export "main" (func $main)) + (export "__data_end" (global $global$1)) (export "stackSave" (func $stackSave)) (export "stackAlloc" (func $stackAlloc)) (export "stackRestore" (func $stackRestore)) @@ -186,7 +184,6 @@ "dynCall_viii" ], "namedGlobals": { - "__heap_base" : "66112", "__data_end" : "568" }, "invokeFuncs": [ |