summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opnames.h b/opnames.h
index 065c1a858f..65ccab6967 100644
--- a/opnames.h
+++ b/opnames.h
@@ -156,8 +156,8 @@ typedef enum opcode {
OP_ASLICE = 139,
OP_KVASLICE = 140,
OP_AEACH = 141,
- OP_AKEYS = 142,
- OP_AVALUES = 143,
+ OP_AVALUES = 142,
+ OP_AKEYS = 143,
OP_EACH = 144,
OP_VALUES = 145,
OP_KEYS = 146,