summaryrefslogtreecommitdiff
path: root/test/lld/reserved_func_ptr.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/reserved_func_ptr.wast')
-rw-r--r--test/lld/reserved_func_ptr.wast8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/lld/reserved_func_ptr.wast b/test/lld/reserved_func_ptr.wast
index a57f0d3af..f979bd2d8 100644
--- a/test/lld/reserved_func_ptr.wast
+++ b/test/lld/reserved_func_ptr.wast
@@ -11,13 +11,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))
(func $__wasm_call_ctors (; 1 ;) (type $0)
)
(func $address_taken_func\28int\2c\20int\2c\20int\29 (; 2 ;) (type $5) (param $0 i32) (param $1 i32) (param $2 i32)
@@ -108,6 +106,6 @@
)
(i32.const 0)
)
- ;; custom section "producers", size 111
+ ;; custom section "producers", size 112
)