Reviewers: Mads Ager,
Description:
Merge revision 6578 to the 3.0 branch, fixing x64 debug build.
This is a one character change to fix the x64 build on the 3.0 branch.
Please review this at http://codereview.chromium.org/6480114/
SVN Base: http://v8.googlecode.com/svn/branches/3.0/
Affected files:
M src/x64/lithium-x64.cc
Index: src/x64/lithium-x64.cc
===================================================================
--- src/x64/lithium-x64.cc (revision 6813)
+++ src/x64/lithium-x64.cc (working copy)
@@ -653,7 +653,7 @@
LInstruction*
LChunkBuilder::SetInstructionPendingDeoptimizationEnvironment(
LInstruction* instr, int ast_id) {
- ASSERT(instructions_pending_deoptimization_environment_ == NULL);
+ ASSERT(instruction_pending_deoptimization_environment_ == NULL);
ASSERT(pending_deoptimization_ast_id_ == AstNode::kNoNumber);
instruction_pending_deoptimization_environment_ = instr;
pending_deoptimization_ast_id_ = ast_id;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev