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