Revision: 6578
Author: [email protected]
Date: Wed Feb  2 06:08:30 2011
Log: Fix x64 DEBUG build.

TBR=whesse@chromium

Review URL: http://codereview.chromium.org/6349049
http://code.google.com/p/v8/source/detail?r=6578

Modified:
 /branches/bleeding_edge/src/x64/lithium-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc      Wed Feb  2 05:55:29 2011
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc      Wed Feb  2 06:08:30 2011
@@ -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

Reply via email to