Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index ead56a494700d8c70664400fcfdbec99eb61a352..564a119e4463c73e4f4ec25e6410cf8c34914841 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -1208,7 +1208,7 @@ void HGraphBuilder::AddSimulate(BailoutId id, |
RemovableSimulate removable) { |
ASSERT(current_block() != NULL); |
ASSERT(!graph()->IsInsideNoSideEffectsScope()); |
- current_block()->AddNewSimulate(id, removable); |
+ current_block()->AddNewSimulate(id, position_, removable); |
} |