changeset 21609:2595beed0362

(recreate_heap): Invoke w32_fatal_reload_error upon error.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 17 Apr 1998 05:08:51 +0000
parents d191a8737145
children f3fc92afc65b
files src/w32heap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32heap.c	Fri Apr 17 05:08:23 1998 +0000
+++ b/src/w32heap.c	Fri Apr 17 05:08:51 1998 +0000
@@ -275,7 +275,7 @@
 		      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