--- uae/src/md-ppc-gcc/support.c 2018/04/24 17:06:25 1.1.1.3 +++ uae/src/md-ppc-gcc/support.c 2018/04/24 17:19:14 1.1.1.6 @@ -1,6 +1,6 @@ - /* + /* * UAE - The Un*x Amiga Emulator - * + * * Miscellaneous machine dependent support functions and definitions * * Copyright 1996 Bernd Schmidt @@ -9,7 +9,6 @@ #include "sysconfig.h" #include "sysdeps.h" -#include "config.h" #include "options.h" #include "events.h" #include "machdep/m68k.h" @@ -33,7 +32,7 @@ void machdep_init (void) sync(); vsynctime = best_time / (50*loops_to_go); - write_log("ok - %d\n",best_time/loops_to_go); + write_log ("ok - %d\n",best_time/loops_to_go); last_time = read_processor_time(); best_time = read_processor_time()-last_time; }