Skip to content

Commit 57061a3

Browse files
authored
Modify i32.atomic.rmw.add for testing CI checks
1 parent 9d36c21 commit 57061a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Instructions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@
217217
["threads" , "i64.atomic.store8" , ["0xFE", "0x1B"], [["memarg", "MemArg"]] , "store" ],
218218
["threads" , "i64.atomic.store16" , ["0xFE", "0x1C"], [["memarg", "MemArg"]] , "store" ],
219219
["threads" , "i64.atomic.store32" , ["0xFE", "0x1D"], [["memarg", "MemArg"]] , "store" ],
220-
["threads" , "i32.atomic.rmw.add" , ["0xFE", "0x1E"], [["memarg", "MemArg"]] , "binary" ]
220+
["threads" , "i32.atomic.rmw.add" , ["0xFE", "0x1E"], [] , "binary" ]
221221
]

0 commit comments

Comments
 (0)