mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
684388e737
commit
4b54520579
@ -82,7 +82,7 @@ class Trace_buffer
|
||||
|
||||
void * address() const { return &_buffer; }
|
||||
|
||||
bool empty() const { return _curr.head(); }
|
||||
bool empty() const { return !_buffer.initialized() || _curr.head(); }
|
||||
};
|
||||
|
||||
#endif /* _TRACE__TRACE_BUFFER_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user