Skip to content

Commit f4f293a

Browse files
authored
Change to instructions.json to verify the CI check
1 parent 094bcd5 commit f4f293a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Utilities/Instructions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,6 @@
216216
["threads" , "i32.atomic.store16" , ["0xFE", "0x1A"], [["memarg", "MemArg"]] , "store" ],
217217
["threads" , "i64.atomic.store8" , ["0xFE", "0x1B"], [["memarg", "MemArg"]] , "store" ],
218218
["threads" , "i64.atomic.store16" , ["0xFE", "0x1C"], [["memarg", "MemArg"]] , "store" ],
219-
["threads" , "i64.atomic.store32" , ["0xFE", "0x1D"], [["memarg", "MemArg"]] , "store" ]
219+
["threads" , "i64.atomic.store32" , ["0xFE", "0x1D"], [["memarg", "MemArg"]] , "store" ],
220+
["threads" , "i32.atomic.rmw.add" , ["0xFE", "0x1E"], [["memarg", "MemArg"]] , "binary" ]
220221
]

0 commit comments

Comments
 (0)