Reviewers: William Hesse,

Description:
Fix ARM debug build. Insert missing declaration.

[email protected],

Committed: http://code.google.com/p/v8/source/detail?r=6640

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

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

Affected files:
  M     src/arm/lithium-arm.h


Index: src/arm/lithium-arm.h
===================================================================
--- src/arm/lithium-arm.h       (revision 6638)
+++ src/arm/lithium-arm.h       (working copy)
@@ -240,6 +240,10 @@
   LOperand* FirstInput() { return InputAt(0); }
   LOperand* Output() { return HasResult() ? result() : NULL; }

+#ifdef DEBUG
+  void VerifyCall();
+#endif
+
  private:
   LEnvironment* environment_;
   SetOncePointer<LPointerMap> pointer_map_;


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

Reply via email to