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