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

List:       kde-commits
Subject:    valgrind/coregrind
From:       Nicholas Nethercote <njn () cs ! utexas ! edu>
Date:       2005-03-13 5:13:06
Message-ID: 20050313051306.B76631487F () office ! kde ! org
[Download RAW message or body]

CVS commit by nethercote: 

Add missing argument to a printf.


  M +1 -1      vg_scheduler.c   1.230


--- valgrind/coregrind/vg_scheduler.c  #1.229:1.230
@@ -1081,5 +1081,5 @@ void scheduler_sanity ( ThreadId tid )
       VG_(message)(Vg_DebugMsg,
                    "Thread %d supposed to be in LWP %d, but we're actually %d\n",
-                   VG_(threads)[tid].os_state.lwpid, VG_(gettid)());
+                   tid, VG_(threads)[tid].os_state.lwpid, VG_(gettid)());
       bad = True;
    }


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

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