bugfix, fd leak

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@86 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-04-02 07:31:38 +00:00
parent 5e2e14f284
commit 46ede6a688
4 changed files with 26 additions and 7 deletions

View file

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