Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 73bf9a8d7932abbc87ed7764218c04d28497e9ec..35f429a89309e95c96e67e365eb56e1bd1559246 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -245,7 +245,7 @@ namespace interpreter { |
/* Context allocation */ \ |
V(CreateBlockContext, AccumulatorUse::kReadWrite, OperandType::kIdx) \ |
V(CreateCatchContext, AccumulatorUse::kReadWrite, OperandType::kReg, \ |
- OperandType::kIdx) \ |
+ OperandType::kIdx, OperandType::kIdx) \ |
/* TODO(klaasb) rename Idx or add unsigned Imm OperandType? */ \ |
V(CreateFunctionContext, AccumulatorUse::kWrite, OperandType::kIdx) \ |
V(CreateWithContext, AccumulatorUse::kReadWrite, OperandType::kReg) \ |