diff options
Diffstat (limited to 'test/lld/init.wat')
-rw-r--r-- | test/lld/init.wat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/init.wat b/test/lld/init.wat index 9d25485c4..3d088e743 100644 --- a/test/lld/init.wat +++ b/test/lld/init.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (memory $0 2) (table $0 1 1 funcref) - (global $global$0 (mut i32) (i32.const 66112)) + (global $__stack_pointer (mut i32) (i32.const 66112)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "main" (func $main)) |