diff options
Diffstat (limited to 'test/dot_s/symbolic-offset.wast')
-rw-r--r-- | test/dot_s/symbolic-offset.wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/dot_s/symbolic-offset.wast b/test/dot_s/symbolic-offset.wast index 5db1a82b0..96237058d 100644 --- a/test/dot_s/symbolic-offset.wast +++ b/test/dot_s/symbolic-offset.wast @@ -1,10 +1,10 @@ (module - (memory 16 4294967295 (segment 4 "\01\00\00\00\00\00\00\00\00\00\00\00")) + (memory 20 4294967295 (segment 8 "\01\00\00\00\00\00\00\00\00\00\00\00")) (export "f" $f) (func $f (param $$0 i32) (param $$1 i32) (block $fake_return_waka123 (block - (i32.store offset=8 align=4 + (i32.store offset=12 align=4 (get_local $$0) (get_local $$1) ) @@ -13,4 +13,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 15 } +;; METADATA: { "asmConsts": {},"staticBump": 19 } |