Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(829)

Unified Diff: src/platform-linux.cc

Issue 6930064: ARM: Fix the detection of whether the binary was compiler with -mfloat-abi=hard (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-linux.cc
diff --git a/src/platform-linux.cc b/src/platform-linux.cc
index 606e607a290577e2333931c64a536240d299c2f5..26de12f86d6332c057c5d0a79c33b6b37dc31e72 100644
--- a/src/platform-linux.cc
+++ b/src/platform-linux.cc
@@ -205,7 +205,7 @@ static void ArmUsingHardFloatHelper() {
asm("mov r2, #255");
asm("lsl r1, r1, #8");
asm("orr r1, r1, r2");
- asm("lsl r1, r1, #16");
+ asm("lsl r1, r1, #20");
// For vmov d0, r0, r1 use ARM mode.
#ifdef __thumb__
asm volatile(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698