Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 4c6aa86c94334f6fd0f105c78f3b82ef0a868046..a02013776cb7897912eb70e1f90c121f5b7cddcc 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) \ |