mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
7b90f8f857
commit
4826bd82fe
@ -786,7 +786,7 @@ typedef struct VMStateDescription
|
||||
|
||||
#define assert(cond) do { \
|
||||
if (!(cond)) { \
|
||||
qemu_printf("assertion faied: %s:%d\n", __FILE__, __LINE__); \
|
||||
qemu_printf("assertion failed: %s:%d\n", __FILE__, __LINE__); \
|
||||
int *d = (int *)0x0; \
|
||||
*d = 1; \
|
||||
}} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user