]> git.eshelyaron.com Git - emacs.git/commitdiff
(recreate_heap): Invoke w32_fatal_reload_error upon error.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:08:51 +0000 (05:08 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:08:51 +0000 (05:08 +0000)
src/w32heap.c

index 21a2fceb06e1a68a418ec9b791b7eb64241aca70..656f94744d3e6adbf7f37e6ba7bfe12978e9778f 100644 (file)
@@ -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