Reviewers: Kevin Millikin,

Description:
Fix ARM build.

[email protected]

Please review this at http://codereview.chromium.org/115465

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/arm/codegen-arm.cc


Index: src/arm/codegen-arm.cc
===================================================================
--- src/arm/codegen-arm.cc      (revision 1987)
+++ src/arm/codegen-arm.cc      (working copy)
@@ -148,7 +148,7 @@
        frame_->CallRuntime(Runtime::kNewContext, 1);  // r0 holds the result

  #ifdef DEBUG
-      JumpTarget verified_true(this);
+      JumpTarget verified_true;
        __ cmp(r0, Operand(cp));
        verified_true.Branch(eq);
        __ stop("NewContext: r0 is expected to be the same as cp");



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to