pass set to our superclass. dont call anything until we have shown the functions...
[AROS.git] / compiler / instrfunc / profile_func_exit.c
blob45747d6f30910982f2c8a205841d2e0f8f3c5bba
1 /*
2 Copyright © 2019, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: called when a function is exited
6 */
8 #include <aros/debug.h>
9 #include <proto/exec.h>
11 void __cyg_profile_func_exit (void *this_fn,
12 void *call_site)
14 struct Task *thisTask = FindTask(NULL);
15 bug("[0x%p<<] Exit Func @ 0x%p\n", thisTask, this_fn);