Commit 412af94b authored by danno@chromium.org's avatar danno@chromium.org

Fix ARM build (again)

R=yangguo@chromium.org
TBR=yangguo@chromium.org

Review URL: https://codereview.chromium.org/66673002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 7fbd65a7
......@@ -223,7 +223,7 @@ TEST(LoadAndStoreWithRepresentation) {
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment