Revision: 17592
Author:   [email protected]
Date:     Fri Nov  8 12:41:02 2013 UTC
Log:      Fix ARM build (again)

[email protected]
[email protected]

Review URL: https://codereview.chromium.org/66673002
http://code.google.com/p/v8/source/detail?r=17592

Modified:
 /branches/bleeding_edge/test/cctest/test-macro-assembler-arm.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-macro-assembler-arm.cc Fri Nov 8 12:23:48 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-macro-assembler-arm.cc Fri Nov 8 12:41:02 2013 UTC
@@ -223,7 +223,7 @@

   F0 f = FUNCTION_CAST<F0>(buffer);
   intptr_t result = reinterpret_cast<intptr_t>(
-      CALL_GENERATED_CODE(FUNCTION_ADDR(f), 4, 0, 0, 0, 0));
+      CALL_GENERATED_CODE(f, 4, 0, 0, 0, 0));

   CHECK_EQ(0, result);
 }

--
--
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