]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fixed endianness bug for ppc xml output
authorCerion Armour-Brown <cerion@valgrind.org>
Tue, 9 Aug 2005 22:34:18 +0000 (22:34 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Tue, 9 Aug 2005 22:34:18 +0000 (22:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4358

coregrind/m_errormgr.c

index 1e31ef2c5a7c79f5094c5f94e6d2c8380debd850..c41d03dff249458d35465706508210d643edbe2c 100644 (file)
@@ -802,7 +802,7 @@ void VG_(show_error_counts_as_XML) ( void )
       VG_(message)(
          Vg_UserMsg, "  <pair>\n"
                      "    <count>%d</count>\n"
-                     "    <unique>0x%llx</unique>\n"
+                     "    <unique>0x%x</unique>\n"
                      "  </pair>",
          err->count, err->unique
       );