mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Cleanup warning message from %p
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user