]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add comment from commit log.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 19 Dec 2005 17:01:14 +0000 (17:01 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 19 Dec 2005 17:01:14 +0000 (17:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5374

coregrind/launcher.c

index d9131f608119dbb8b943d6e4df63fcad910b434f..e962a964ff37affb04b8852309ed9ea69ba80813 100644 (file)
@@ -55,8 +55,8 @@
                          where it is defined */
 
 #ifndef EM_X86_64
-#define EM_X86_64 62
-#endif /* EM_X86_64 */
+#define EM_X86_64 62    // elf.h doesn't define this on some older systems
+#endif
 
 /* Report fatal errors */
 static void barf ( const char *format, ... )