mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
parent
cc78f0b20c
commit
f79bcbd72a
@ -24,7 +24,7 @@ namespace Fiasco {
|
||||
|
||||
#define ASSERT(e, s) \
|
||||
do { if (!(e)) { \
|
||||
Genode::raw("assertion failed: ", s, __FILE__, __LINE__); \
|
||||
Genode::raw("assertion failed: ", s, " at ", __FILE__, ":", __LINE__); \
|
||||
enter_kdebug("ASSERT"); \
|
||||
} \
|
||||
} while(0)
|
||||
|
Loading…
Reference in New Issue
Block a user