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