ARM: Fix the detection of whether the binary was compiler with -mfloat-abi=hard
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 May 2011 12:52:12 +0000 (12:52 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 May 2011 12:52:12 +0000 (12:52 +0000)
commitb15475abbc720442d3b8f1ef82eefabc22c5ecf1
tree48b601ba38cf7d4147a9aa0ec1bdd1b90a98e1d0
parent91968ac8a6949903561a59263195097c3d8eb10a
ARM: Fix the detection of whether the binary was compiler with -mfloat-abi=hard

The constant 1.0 should be 0x3FF0000000000000 not 0x03FF000000000000.

R=karlklose@chromium.org

BUG=none
TEST=none

Review URL: http://codereview.chromium.org//6930064

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7806 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/platform-linux.cc