bugfix, fd leak
[libpicofe.git] / linux / gp2x.c
index 40cd7bc..c8c9564 100644 (file)
@@ -402,7 +402,7 @@ int mmuunhack(void)
 /* misc */
 void spend_cycles(int c)
 {
-       usleep(c/*/200*/);
+       usleep(c/200);
 }