Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 34b50df30811469ec9aef76092859436530afd6b..c9a7caca475a2a07a4bd6e3b0c79ee789db0da48 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -447,7 +447,7 @@ void BytecodeGraphBuilder::Environment::UpdateStateValues(Node** state_values, |
int offset, |
int count) { |
if (StateValuesRequireUpdate(state_values, offset, count)) { |
- const Operator* op = common()->StateValues(count); |
+ const Operator* op = common()->StateValues(count, 0u); |
(*state_values) = graph()->NewNode(op, count, &values()->at(offset)); |
} |
} |