From 97461545e34d68211311b691e1a3558e1ef9ee90 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Sun, 3 Apr 2011 23:21:01 +0000 Subject: [PATCH] bug... --- Robust/src/Runtime/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.34.1