]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix warning introduced by revision 15982
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 24 Sep 2016 12:58:29 +0000 (12:58 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 24 Sep 2016 12:58:29 +0000 (12:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15983

coregrind/m_main.c

index baf2ebf38cb52ae0acad8e6e9b98600c35848936..395bfa29ad483084bfbddee358c24d4d956ed3e2 100644 (file)
@@ -2706,7 +2706,7 @@ void shutdown_actions_NORETURN( ThreadId tid,
       signal, terminate the entire system with that same fatal signal. */
    VG_(debugLog)(1, "core_os", 
                  "VG_(terminate_NORETURN)(tid=%u) schedretcode %s"
-                 " os_state.exit_code %d fatalsig %d\n",
+                 " os_state.exit_code %ld fatalsig %d\n",
                  tid, VG_(name_of_VgSchedReturnCode)(tids_schedretcode),
                  VG_(threads)[tid].os_state.exitcode, 
                  VG_(threads)[tid].os_state.fatalsig);