Skip to content

Commit 4f6c495

Browse files
committed
Modify Instructions.json to verify the check works
1 parent 71eb063 commit 4f6c495

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"], [] , "binary" ]
220221
]

0 commit comments

Comments
 (0)