summaryrefslogtreecommitdiff
path: root/i386/i386/loose_ends.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/loose_ends.c')
-rw-r--r--i386/i386/loose_ends.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386/loose_ends.c b/i386/i386/loose_ends.c
index 825303f1..d3108fdb 100644
--- a/i386/i386/loose_ends.c
+++ b/i386/i386/loose_ends.c
@@ -43,6 +43,7 @@ int cpuspeed = 4;
#define DELAY(n) { volatile int N = cpuspeed * (n); while (--N > 0); }
void
delay(n)
+ int n;
{
DELAY(n);
}