Usermode/libc - Makefile update, move stdin/... to .data for R_*_COPY to work
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / signals.c
index 5e32fc8..532f09b 100644 (file)
@@ -41,6 +41,7 @@ int raise(int signal)
 void abort(void)
 {
        // raise(SIGABRT);
+       _SysDebug("abort() - %p", __builtin_return_address(0));
        _exit(-1);
 }
 

UCC git Repository :: git.ucc.asn.au