summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index ea41c5f0..777037eb 100644
--- a/src/token.h
+++ b/src/token.h
@@ -122,6 +122,7 @@ enum class TokenType {
Throw,
Try,
Unary,
+ SimdLaneOp,
Unreachable,
First_Opcode = AtomicLoad,
Last_Opcode = Unreachable,