diff --git a/second/bootinfo.c b/second/bootinfo.c index b0861ce..088ffc0 100644 --- a/second/bootinfo.c +++ b/second/bootinfo.c @@ -121,8 +121,10 @@ static void extractBanks(struct bootinfo *bi, memory_map_t *map) void bootinfo_init() { long ram; +#ifdef TARGET_M68K unsigned long gmt_bias; MachineLocation where; +#endif /* I'm a macintosh, I know, I'm sure */