--- uae/src/md-i386-gcc/support.c 2018/04/24 17:06:31 1.1.1.7 +++ uae/src/md-i386-gcc/support.c 2018/04/24 17:17:34 1.1.1.10 @@ -1,6 +1,6 @@ - /* + /* * UAE - The Un*x Amiga Emulator - * + * * Miscellaneous machine dependent support functions and definitions * * Copyright 1996 Bernd Schmidt @@ -10,7 +10,6 @@ #include "sysconfig.h" #include "sysdeps.h" -#include "config.h" #include "options.h" #include "machdep/m68k.h" #include "events.h" @@ -69,6 +68,9 @@ static RETSIGTYPE alarmhandler(int foo) signal (SIGALRM, alarmhandler); last_time = read_processor_time(); set_alarm (); + } else { + alarm (0); + signal (SIGALRM, SIG_IGN); } }