We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d56ef commit d9c8fd0Copy full SHA for d9c8fd0
tests/disas/winch/x64/atomic/rmw/i64_atomic_rmw32_subu.wat
@@ -4,7 +4,7 @@
4
(module
5
(memory 1 1 shared)
6
(func (export "_start") (result i64)
7
- (i64.atomic.rmw8.sub_u (i32.const 0) (i64.const 42))))
+ (i64.atomic.rmw32.sub_u (i32.const 0) (i64.const 42))))
8
;; wasm[0]::function[0]:
9
;; pushq %rbp
10
;; movq %rsp, %rbp
0 commit comments