diff options
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 4 |
1 files changed, 2 insertions, 2 deletions
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) ) ) ) |