Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index d0379a25c9bcbaa635321c9e01e99f86f1edc5c7..84e3b2ef3292f7a7178072858ae00741bc52da33 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -44,9 +44,9 @@ namespace interpreter { |
V(LdaFalse, OperandType::kNone) \ |
\ |
/* Globals */ \ |
- V(LdaGlobal, OperandType::kIdx8) \ |
- V(StaGlobalSloppy, OperandType::kIdx8) \ |
- V(StaGlobalStrict, OperandType::kIdx8) \ |
+ V(LdaGlobal, OperandType::kIdx16) \ |
+ V(StaGlobalSloppy, OperandType::kIdx16) \ |
+ V(StaGlobalStrict, OperandType::kIdx16) \ |
\ |
/* Context operations */ \ |
V(LdaContextSlot, OperandType::kReg8, OperandType::kIdx8) \ |