mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 06:57:12 +00:00
Cleanup warning message from %p
This commit is contained in:
parent
e73521a95e
commit
21116803b3
@ -42,6 +42,6 @@ void Thread::exception(unsigned const cpu)
|
||||
return;
|
||||
}
|
||||
Genode::warning(*this, ": triggered unknown exception ", trapno,
|
||||
" with error code ", errcode, " at ip=%p", (void*)ip);
|
||||
" with error code ", errcode, " at ip=", (void*)ip);
|
||||
_die();
|
||||
}
|
||||
|
@ -43,6 +43,6 @@ void Thread::exception(unsigned const cpu)
|
||||
return;
|
||||
}
|
||||
Genode::warning(*this, ": triggered unknown exception ", trapno,
|
||||
" with error code ", errcode, " at ip=%p", (void*)ip);
|
||||
" with error code ", errcode, " at ip=", (void*)ip);
|
||||
_die();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user