From: bdemsky Date: Sun, 3 Apr 2011 23:21:01 +0000 (+0000) Subject: bug... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=97461545e34d68211311b691e1a3558e1ef9ee90;p=IRC.git bug... --- diff --git a/Robust/src/Runtime/thread.c b/Robust/src/Runtime/thread.c index c46b1000..6f78c414 100644 --- a/Robust/src/Runtime/thread.c +++ b/Robust/src/Runtime/thread.c @@ -375,7 +375,7 @@ void CALL11(___Thread______sleep____J, long long ___millis___, long long ___mill stopforgc((struct garbagelist *)___params___); #endif #endif - usleep(___millis___); + usleep(___millis___*1000); #if defined(THREADS)||defined(STM) #ifdef PRECISE_GC restartaftergc();