Reviewers: Yang,
Description:
Fix ARM build again.
Really. I'm not kidding.
[email protected]
Please review this at https://codereview.chromium.org/66403004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -4 lines):
M test/cctest/test-macro-assembler-arm.cc
Index: test/cctest/test-macro-assembler-arm.cc
diff --git a/test/cctest/test-macro-assembler-arm.cc
b/test/cctest/test-macro-assembler-arm.cc
index
3583945e561bd1a63980d9ee00c01fc3622d8010..1a9f0d0aa42a8fecb230c8481058f04fb7fb42c3
100644
--- a/test/cctest/test-macro-assembler-arm.cc
+++ b/test/cctest/test-macro-assembler-arm.cc
@@ -222,10 +222,7 @@ TEST(LoadAndStoreWithRepresentation) {
// Call the function from C++.
F0 f = FUNCTION_CAST<F0>(buffer);
- intptr_t result = reinterpret_cast<intptr_t>(
- CALL_GENERATED_CODE(f, 4, 0, 0, 0, 0));
-
- CHECK_EQ(0, result);
+ CHECK_EQ(0, CALL_GENERATED_CODE(f, 4, 0, 0, 0, 0));
}
#undef __
--
--
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.