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

Unified Diff: modules/objfmts/elf/elf.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 | « modules/arch/x86/x86id.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/objfmts/elf/elf.c
===================================================================
--- modules/objfmts/elf/elf.c (revision 134927)
+++ modules/objfmts/elf/elf.c (working copy)
@@ -99,7 +99,7 @@
elf_march->ssyms[i].name,
NULL, 0, 0);
yasm_symrec_add_data(elf_ssyms[i], &elf_ssym_symrec_data,
- &elf_march->ssyms[i]);
+ (void*)&elf_march->ssyms[i]);
}
}
« no previous file with comments | « modules/arch/x86/x86id.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698