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:
Julian Seward
2002-04-17 19:40:49 +00:00
parent fda47ff910
commit 384f6e85fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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. */

View File

@@ -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. */