mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
committed by
Christian Helmuth
parent
661a3100b1
commit
78a9cbf82d
@ -122,6 +122,7 @@ bool Trace::Logger::_evaluate_control()
|
||||
}
|
||||
|
||||
|
||||
__attribute__((optimize("-fno-delete-null-pointer-checks")))
|
||||
void Trace::Logger::log(char const *msg, size_t len)
|
||||
{
|
||||
if (!this || !_evaluate_control()) return;
|
||||
|
Reference in New Issue
Block a user