Reviewers: danno,

Description:
Fix ARM build break.

[email protected]

Please review this at https://codereview.chromium.org/18050005/

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

Affected files:
  M src/arm/code-stubs-arm.cc


Index: src/arm/code-stubs-arm.cc
diff --git a/src/arm/code-stubs-arm.cc b/src/arm/code-stubs-arm.cc
index e6292cd7da18ce3e97a8dc413754b3b64e18c88d..2bca7e14720b22285e916ca1fdaeb0dcb2ce9391 100644
--- a/src/arm/code-stubs-arm.cc
+++ b/src/arm/code-stubs-arm.cc
@@ -7124,7 +7124,7 @@ void ProfileEntryHookStub::Generate(MacroAssembler* masm) {

 #if defined(V8_HOST_ARCH_ARM)
   __ mov(ip, FUNCTION_ADDR(masm->isolate()->function_entry_hook()),
-         RelocInfo::NONE));
+         RelocInfo::BUILTIN_CALL));
 #else
   // Under the simulator we need to indirect the entry hook through a
   // trampoline function at a known address.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to