Commit 05e407b0 authored by ulan@chromium.org's avatar ulan@chromium.org

Fix Windows build after r12364.

R=yangguo@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10880004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12365 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent efc26f9b
......@@ -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;
}
......
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