aboutsummaryrefslogtreecommitdiff
path: root/emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu.c')
-rw-r--r--emu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/emu.c b/emu.c
index 71d9488..4760f3c 100644
--- a/emu.c
+++ b/emu.c
@@ -528,7 +528,5 @@ step(struct context *c)
}
}
- usleep(10 * cycle); /* 100kHz */
-
return cycle;
}