diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-13 16:25:26 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-13 16:25:26 +0000 |
| commit | 112f90aed6c636816f40afc88ae63af0966c9e3a (patch) | |
| tree | b7e00de9125cb9e265818dd2e115897fdbbeccf7 /os/port/dis.c | |
| parent | af48bc578e098e272ed04681d8fe21e01482e5d5 (diff) | |
20091213-1625
Diffstat (limited to 'os/port/dis.c')
| -rw-r--r-- | os/port/dis.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
