diff options
Diffstat (limited to 'test/min.fromasm.imprecise.no-opts')
-rw-r--r-- | test/min.fromasm.imprecise.no-opts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/min.fromasm.imprecise.no-opts b/test/min.fromasm.imprecise.no-opts index c0fcb1917..89326688f 100644 --- a/test/min.fromasm.imprecise.no-opts +++ b/test/min.fromasm.imprecise.no-opts @@ -1,13 +1,13 @@ (module - (memory 256 256) - (import "env" "tempDoublePtr" (global $tDP i32)) - (import "env" "memory" (memory $memory)) - (import "env" "table" (table $table)) + (import "env" "tempDoublePtr" (global $tDP$asm2wasm$import i32)) + (import "env" "memory" (memory 256 256)) + (import "env" "table" (table 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (export "floats" (func $floats)) (export "getTempRet0" (func $ub)) - (global $M i32 (i32.const 0)) + (global $tDP (mut i32) (get_global $tDP$asm2wasm$import)) + (global $M (mut i32) (i32.const 0)) (func $floats (param $f f32) (result f32) (local $t f32) (return @@ -21,7 +21,7 @@ (local $n f32) (set_local $n (f32.neg - (block + (block f32 (i32.store (get_local $k) (get_local $p) |