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

Unified Diff: runtime/vm/intrinsifier_ia32.cc

Issue 11264024: Hopefully fix warnings of uninitialized variables. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier_ia32.cc
===================================================================
--- runtime/vm/intrinsifier_ia32.cc (revision 14051)
+++ runtime/vm/intrinsifier_ia32.cc (working copy)
@@ -1098,6 +1098,7 @@
break;
default:
UNREACHABLE();
+ hi_true_cond = hi_false_cond = lo_false_cond = OVERFLOW;
siva 2012/10/25 00:36:33 It seems weird to have this initialization code af
}
__ Bind(&try_mint_smi);
// Note that EDX and ECX must be preserved in case we fall through to main
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698