summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/token.h b/src/token.h
index e858d6d1..b2fd3b7d 100644
--- a/src/token.h
+++ b/src/token.h
@@ -118,10 +118,10 @@ enum class TokenType {
SetLocal,
Store,
TeeLocal,
+ Ternary,
Throw,
Try,
Unary,
- Ternary,
Unreachable,
First_Opcode = AtomicLoad,
Last_Opcode = Unreachable,