diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index adadfe086..4363dc349 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -4349,11 +4349,14 @@ (i32.store8 (get_local $5) (i32.or - (i32.load8_u offset=4075 - (tee_local $7 - (i32.trunc_s/f64 - (get_local $15) + (i32.load8_u + (i32.add + (tee_local $7 + (i32.trunc_s/f64 + (get_local $15) + ) ) + (i32.const 4075) ) ) (get_local $13) @@ -6582,10 +6585,13 @@ ) ) (i32.or - (i32.load8_u offset=4075 - (i32.and - (get_local $5) - (i32.const 15) + (i32.load8_u + (i32.add + (i32.and + (get_local $5) + (i32.const 15) + ) + (i32.const 4075) ) ) (get_local $9) |