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

Unified Diff: src/mips/constants-mips.h

Issue 443983002: MIPS: Fix build after r22923. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | src/mips64/constants-mips64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/constants-mips.h
diff --git a/src/mips/constants-mips.h b/src/mips/constants-mips.h
index b2cbea734e2d2a9cdde9fcbf6aad008809b16e36..759f19e88d8580490f87b3dfd3193635f9e9bc93 100644
--- a/src/mips/constants-mips.h
+++ b/src/mips/constants-mips.h
@@ -471,7 +471,7 @@ enum Condition {
// Aliases.
carry = Uless,
not_carry = Ugreater_equal,
- zero = equal,
+ Zero = equal,
eq = equal,
not_zero = not_equal,
ne = not_equal,
« no previous file with comments | « no previous file | src/mips64/constants-mips64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698