Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index defded4fec4b5466355ccee00e85a5f5dd5e7302..29325681a715fc741b79dd1f518dc7ddb95aea66 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -208,7 +208,7 @@ |
\ |
/* Closure allocation */ \ |
V(CreateClosure, AccumulatorUse::kWrite, OperandType::kIdx, \ |
- OperandType::kIdx, OperandType::kFlag8) \ |
+ OperandType::kFlag8) \ |
\ |
/* Context allocation */ \ |
V(CreateBlockContext, AccumulatorUse::kReadWrite, OperandType::kIdx) \ |