Skip to content

Commit d9c8fd0

Browse files
committed
fix test
1 parent 67d56ef commit d9c8fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/disas/winch/x64/atomic/rmw/i64_atomic_rmw32_subu.wat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(module
55
(memory 1 1 shared)
66
(func (export "_start") (result i64)
7-
(i64.atomic.rmw8.sub_u (i32.const 0) (i64.const 42))))
7+
(i64.atomic.rmw32.sub_u (i32.const 0) (i64.const 42))))
88
;; wasm[0]::function[0]:
99
;; pushq %rbp
1010
;; movq %rsp, %rbp

0 commit comments

Comments
 (0)