bugfix, fd leak

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@86 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-04-02 07:31:38 +00:00
parent 721cd3963f
commit 4696954094
6 changed files with 36 additions and 12 deletions

View file

@ -402,7 +402,7 @@ int mmuunhack(void)
/* misc */
void spend_cycles(int c)
{
usleep(c/*/200*/);
usleep(c/200);
}