Skip to content

Commit

Permalink
blargh
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Feb 6, 2025
1 parent b77e6ee commit e74e96e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libponyrt/mem/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void* ponyint_virt_alloc(size_t bytes)
{
fprintf(stderr, "out of memory trying to allocate %zu bytes: %s\n", bytes, strerror(errno));
pony_assert(0);
abort();
}

return p;
Expand Down

0 comments on commit e74e96e

Please sign in to comment.