diff options
Diffstat (limited to 'test/threads.wasm-only.fromasm.imprecise')
-rw-r--r-- | test/threads.wasm-only.fromasm.imprecise | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/threads.wasm-only.fromasm.imprecise b/test/threads.wasm-only.fromasm.imprecise index ad256696b..7b7832d1d 100644 --- a/test/threads.wasm-only.fromasm.imprecise +++ b/test/threads.wasm-only.fromasm.imprecise @@ -5,7 +5,7 @@ (import "env" "memory" (memory $memory (shared 256 256))) (import "env" "setTempRet0" (func $setTempRet0 (param i32))) (export "test64" (func $legalstub$test64)) - (func $test64 (; 1 ;) (; has Stack IR ;) (result i64) + (func $test64 (; has Stack IR ;) (result i64) (local $0 i64) (local $1 i64) (i64.atomic.store @@ -48,7 +48,7 @@ ) (local.get $1) ) - (func $legalstub$test64 (; 2 ;) (; has Stack IR ;) (result i32) + (func $legalstub$test64 (; has Stack IR ;) (result i32) (local $0 i64) (local.set $0 (call $test64) |