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

Unified Diff: src/mips/simulator-mips.cc

Issue 6724034: Fix presubmit errors in r7388 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 9 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 | « src/mips/macro-assembler-mips.h ('k') | test/cctest/test-assembler-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/simulator-mips.cc
===================================================================
--- src/mips/simulator-mips.cc (revision 7388)
+++ src/mips/simulator-mips.cc (working copy)
@@ -1705,7 +1705,7 @@
}
}
break;
- case CEIL_W_D: // Round double to word towards positive infinity.
+ case CEIL_W_D: // Round double to word towards positive infinity.
{
double rounded = ceil(fs);
int32_t result = static_cast<int32_t>(rounded);
« no previous file with comments | « src/mips/macro-assembler-mips.h ('k') | test/cctest/test-assembler-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698