mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
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)
|
||||
|
||||
Reference in New Issue
Block a user