Skip to content

Commit e74e96e

Browse files
committed
blargh
1 parent b77e6ee commit e74e96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libponyrt/mem/alloc.c

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ void* ponyint_virt_alloc(size_t bytes)
5151
{
5252
fprintf(stderr, "out of memory trying to allocate %zu bytes: %s\n", bytes, strerror(errno));
5353
pony_assert(0);
54+
abort();
5455
}
5556

5657
return p;

0 commit comments

Comments
 (0)