summaryrefslogtreecommitdiffstats
path: root/qemu-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-malloc.c')
-rw-r--r--qemu-malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-malloc.c b/qemu-malloc.c
index 1d00f26..e9e49cb 100644
--- a/qemu-malloc.c
+++ b/qemu-malloc.c
@@ -27,7 +27,7 @@
static void *oom_check(void *ptr)
{
if (ptr == NULL)
- exit(13);
+ abort();
return ptr;
}
OpenPOWER on IntegriCloud