Revision: 12365
Author:   [email protected]
Date:     Wed Aug 22 07:45:25 2012
Log:      Fix Windows build after r12364.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/10880004
http://code.google.com/p/v8/source/detail?r=12365

Modified:
 /branches/bleeding_edge/src/platform.h

=======================================
--- /branches/bleeding_edge/src/platform.h      Wed Aug 22 07:27:11 2012
+++ /branches/bleeding_edge/src/platform.h      Wed Aug 22 07:45:25 2012
@@ -84,8 +84,8 @@
// 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