summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index e2b97204b..048b6c584 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -432,7 +432,7 @@ enum BinaryOp {
InvalidBinary
};
-enum AtomicRMWOp { Add, Sub, And, Or, Xor, Xchg };
+enum AtomicRMWOp { RMWAdd, RMWSub, RMWAnd, RMWOr, RMWXor, RMWXchg };
enum SIMDExtractOp {
ExtractLaneSVecI8x16,