2 Copyright © 2019, The AROS Development Team. All rights reserved.
5 Desc: called when a function is exited
8 #include <aros/debug.h>
9 #include <proto/exec.h>
11 void __cyg_profile_func_exit (void *this_fn
,
14 struct Task
*thisTask
= FindTask(NULL
);
15 bug("[0x%p<<] Exit Func @ 0x%p\n", thisTask
, this_fn
);