diff options
Diffstat (limited to 'test/lld/em_asm_pthread.wasm.out')
-rw-r--r-- | test/lld/em_asm_pthread.wasm.out | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/test/lld/em_asm_pthread.wasm.out b/test/lld/em_asm_pthread.wasm.out index 40f61e3a7..3b51b896a 100644 --- a/test/lld/em_asm_pthread.wasm.out +++ b/test/lld/em_asm_pthread.wasm.out @@ -134,14 +134,16 @@ (i32.const 0) (i32.const 1) ) - (drop - (memory.atomic.wait32 - (i32.const 4032) - (i32.const 1) - (i64.const -1) + (then + (drop + (memory.atomic.wait32 + (i32.const 4032) + (i32.const 1) + (i64.const -1) + ) ) ) - (block + (else (memory.init $0 (i32.const 1024) (i32.const 0) |