diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/emcc_hello_world.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast index 410a3b2b5..2a5fe5699 100644 --- a/test/emcc_hello_world.wast +++ b/test/emcc_hello_world.wast @@ -426,7 +426,7 @@ ) (nop) (break $topmost - (convert sint32toDouble + (f64.convert_s/i32 (get_local $$retval$0) ) ) @@ -449,7 +449,7 @@ ) ) (break $topmost - (convert sint32toDouble + (f64.convert_s/i32 (get_local $$call) ) ) |