summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.c b/src/time.c
index 8c856d7..69da504 100644
--- a/src/time.c
+++ b/src/time.c
@@ -62,7 +62,7 @@ nsuerror nsu_getmonotonic_ms(uint64_t *current_out)
current = (mts.tv_sec * 1000) + (mts.tv_nsec / 1000000);
#elif defined(__amiga)
struct EClockVal eclockval;
- uint32 freq = 0;
+ ULONG freq = 0;
uint64_t eclock;
/* NB: The calling task must already have opened timer.device