mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 14:42:03 +00:00
Get rid of bogus vg_assert(VG_(bbs_done) < 1000000);
intended to test previous commit. Duh. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@93
This commit is contained in:
@@ -1101,7 +1101,7 @@ VgSchedReturnCode VG_(scheduler) ( void )
|
||||
VG_(message)(Vg_DebugMsg, "thread %d: %ld bbs, event %s",
|
||||
tid, VG_(bbs_done),
|
||||
name_of_sched_event(trc) );
|
||||
vg_assert(VG_(bbs_done) < 1000000);
|
||||
|
||||
/* Examine the thread's return code to figure out why it
|
||||
stopped, and handle requests. */
|
||||
|
||||
|
||||
@@ -1101,7 +1101,7 @@ VgSchedReturnCode VG_(scheduler) ( void )
|
||||
VG_(message)(Vg_DebugMsg, "thread %d: %ld bbs, event %s",
|
||||
tid, VG_(bbs_done),
|
||||
name_of_sched_event(trc) );
|
||||
vg_assert(VG_(bbs_done) < 1000000);
|
||||
|
||||
/* Examine the thread's return code to figure out why it
|
||||
stopped, and handle requests. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user