From da8d9885d5bbb1fc0976851ec26d74cb06b0a45c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 2 Mar 2016 23:47:37 +0000 Subject: debug --- amiga/schedule.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/schedule.c') diff --git a/amiga/schedule.c b/amiga/schedule.c index a8061a7b3..e34c00017 100755 --- a/amiga/schedule.c +++ b/amiga/schedule.c @@ -27,6 +27,7 @@ #include #include "utils/errors.h" +#include "utils/log.h" #include "amiga/misc.h" #include "amiga/schedule.h" @@ -243,6 +244,7 @@ static void ami_scheduler_run(void) pblHeapRemoveFirst(schedule_list); ami_misc_itempool_free(pool_nscb, nscb, sizeof(struct nscallback)); + LOG("Running scheduled callback %p with arg %p", callback, p); callback(p); return; -- cgit v1.2.3