diff options
Diffstat (limited to 'test/wasm-only.fromasm.imprecise')
-rw-r--r-- | test/wasm-only.fromasm.imprecise | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/test/wasm-only.fromasm.imprecise b/test/wasm-only.fromasm.imprecise index 3f9053fab..f21e00752 100644 --- a/test/wasm-only.fromasm.imprecise +++ b/test/wasm-only.fromasm.imprecise @@ -303,32 +303,32 @@ ) ) ) - (loop $while-in5 - (br_if $label$break$L8 - (i32.eqz - (i32.load8_u - (get_local $1) + (set_local $0 + (loop $while-in5 (result i32) + (br_if $label$break$L8 + (i32.eqz + (i32.load8_u + (get_local $1) + ) ) ) - ) - (set_local $1 - (i32.add - (get_local $1) - (i32.const 1) - ) - ) - (br_if $while-in5 - (tee_local $0 + (set_local $1 (i32.add - (get_local $0) - (i32.const -1) + (get_local $1) + (i32.const 1) ) ) + (br_if $while-in5 + (tee_local $0 + (i32.add + (get_local $0) + (i32.const -1) + ) + ) + ) + (i32.const 0) ) ) - (set_local $0 - (i32.const 0) - ) ) ) ) |