Cleanup warning message from %p
This commit is contained in:
@@ -42,6 +42,6 @@ void Thread::exception(unsigned const cpu)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Genode::warning(*this, ": triggered unknown exception ", trapno,
|
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();
|
_die();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,6 +43,6 @@ void Thread::exception(unsigned const cpu)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Genode::warning(*this, ": triggered unknown exception ", trapno,
|
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();
|
_die();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user