diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/memorygrowth.fromasm | 4 | ||||
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/memorygrowth.fromasm b/test/memorygrowth.fromasm index f2acc39d2..07909b855 100644 --- a/test/memorygrowth.fromasm +++ b/test/memorygrowth.fromasm @@ -10114,9 +10114,9 @@ (func $ib (result i32) (i32.const 0) ) - (func $__growWasmMemory (param $0 i32) + (func $__growWasmMemory (param $newSize i32) (grow_memory - (get_local $0) + (get_local $newSize) ) ) ) diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index f2acc39d2..07909b855 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -10114,9 +10114,9 @@ (func $ib (result i32) (i32.const 0) ) - (func $__growWasmMemory (param $0 i32) + (func $__growWasmMemory (param $newSize i32) (grow_memory - (get_local $0) + (get_local $newSize) ) ) ) |