summaryrefslogtreecommitdiff
path: root/src/w32heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index 21a2fceb06e..656f94744d3 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -275,7 +275,7 @@ recreate_heap (char *executable_path)
MEM_RESERVE,
PAGE_NOACCESS);
if (!tmp)
- exit (1);
+ w32_fatal_reload_error ("Reserving upper heap address space.");
/* We read in the data for the .bss section from the executable
first and map in the heap from the executable second to prevent