diff options
Diffstat (limited to 'test/passes/spill-pointers.txt')
-rw-r--r-- | test/passes/spill-pointers.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/spill-pointers.txt b/test/passes/spill-pointers.txt index d8c8d96f4..7db34f89b 100644 --- a/test/passes/spill-pointers.txt +++ b/test/passes/spill-pointers.txt @@ -5,10 +5,10 @@ (type $3 (func (result i32))) (type $4 (func (param i32) (result i32))) (type $5 (func (param f64))) - (memory $0 10) - (table 1 1 anyfunc) (import "env" "STACKTOP" (global $STACKTOP$asm2wasm$import i32)) (import "env" "segfault" (func $segfault (param i32))) + (memory $0 10) + (table $0 1 1 anyfunc) (global $stack_ptr (mut i32) (get_global $STACKTOP$asm2wasm$import)) (func $nothing (; 1 ;) (type $2) (nop) |