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

Unified Diff: modules/arch/x86/x86id.c

Issue 10914069: Merge https://github.com/yasm/yasm/commit/9728322335cba96500861ef766b1546d096e5600 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/yasm/patched-yasm/
Patch Set: Created 8 years, 3 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 | modules/objfmts/elf/elf.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/arch/x86/x86id.c
===================================================================
--- modules/arch/x86/x86id.c (revision 134927)
+++ modules/arch/x86/x86id.c (working copy)
@@ -608,7 +608,7 @@
unsigned int misc_flags = info->misc_flags;
unsigned int size;
int mismatch = 0;
- int i;
+ unsigned int i;
/* Match CPU */
if (mode_bits != 64 && (misc_flags & ONLY_64))
« no previous file with comments | « no previous file | modules/objfmts/elf/elf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698