Reviewers: Yang,

Message:
PTAL

Description:
Fix Windows build after r12364.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/10880004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/platform.h


Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 7a32229b5bc6b506e0149c82927bad438232c6f5..a32fbbc028a75c2061b18c1cc5298130e5519ccd 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -84,8 +84,8 @@ inline int lrint(double flt) {
// If the number is halfway between two integers, round to the even one.
     intgr--;
   }
-  return intgr;
 #endif
+  return intgr;
 }




--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to