[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    valgrind/coregrind
From:       Jeremy Fitzhardinge <jeremy () goop ! org>
Date:       2005-03-11 4:19:03
Message-ID: 20050311041903.4DAE9EED3 () office ! kde ! org
[Download RAW message or body]

CVS commit by fitzhardinge: 

Fix a couple of printf formatting inconsistencies.


  M +1 -1      vg_main.c   1.264
  M +1 -1      vg_syscalls.c   1.259


--- valgrind/coregrind/vg_main.c  #1.263:1.264
@@ -178,5 +178,5 @@ static void print_all_stats ( void )
                 VG_(bb_enchain_count), VG_(bb_dechain_count) );
    VG_(message)(Vg_DebugMsg,
-      " dispatch: %llu jumps (bb entries); of them %u (%lu%%) unchained.",
+      " dispatch: %llu jumps (bb entries); of them %u (%llu%%) unchained.",
       VG_(bbs_done), 
       VG_(unchained_jumps_done),

--- valgrind/coregrind/vg_syscalls.c  #1.258:1.259
@@ -6167,5 +6167,5 @@ void VG_(client_syscall) ( ThreadId tid 
             machinery. */
          VG_(set_running)(tid);
-         PRINT("SYSCALL[%d,%d](%3d) --> %ld (0x%lx)\n", 
+         PRINT("SYSCALL[%d,%d](%3d) --> %lld (0x%llx)\n", 
                VG_(getpid)(), tid, syscallno, (Long)(Word)SYSRES, (ULong)SYSRES);
       } else {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic