mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
libc: remove debugging artifact from exit()
This commit is contained in:
parent
b5b9b1789d
commit
c934ee1650
@ -32,9 +32,6 @@ extern "C" {
|
||||
|
||||
void exit(int status)
|
||||
{
|
||||
if (status == 4) {
|
||||
PDBG("PT: %p %p %p", __builtin_return_address(0), __builtin_return_address(1), __builtin_return_address(2));
|
||||
}
|
||||
if (__cleanup)
|
||||
(*__cleanup)();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user