diff options
Diffstat (limited to 'test/break-to-return.wasm.fromBinary')
-rw-r--r-- | test/break-to-return.wasm.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/break-to-return.wasm.fromBinary b/test/break-to-return.wasm.fromBinary index a7be1448a..439a0363a 100644 --- a/test/break-to-return.wasm.fromBinary +++ b/test/break-to-return.wasm.fromBinary @@ -6,8 +6,8 @@ (block $label$0 (result i32) (br $label$0 (i32.add - (get_local $0) - (get_local $1) + (local.get $0) + (local.get $1) ) ) ) |