From 112f90aed6c636816f40afc88ae63af0966c9e3a Mon Sep 17 00:00:00 2001 From: forsyth Date: Sun, 13 Dec 2009 16:25:26 +0000 Subject: 20091213-1625 --- os/port/dis.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/port/dis.c') diff --git a/os/port/dis.c b/os/port/dis.c index 8859a1b9..0eb2d190 100644 --- a/os/port/dis.c +++ b/os/port/dis.c @@ -119,7 +119,8 @@ execatidle(void) } rungc(isched.head); gcidlepass++; - sched(); + if(((ulong)gcidlepass&0xFF) == 0) + sched(); } up->type = Interp; -- cgit v1.2.3