aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1998-04-17 05:08:51 +0000
committerGeoff Voelker1998-04-17 05:08:51 +0000
commita1b8f90f304f95b78ca6f3b92d8e38ad05e6acb7 (patch)
treeee80f9375555f12c02691a64d39bb0b319943a14 /src
parentdfdb40475375492408ecfc341a18a2b5d0faefa4 (diff)
downloademacs-a1b8f90f304f95b78ca6f3b92d8e38ad05e6acb7.tar.gz
emacs-a1b8f90f304f95b78ca6f3b92d8e38ad05e6acb7.zip
(recreate_heap): Invoke w32_fatal_reload_error upon error.
Diffstat (limited to 'src')
-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)
275 MEM_RESERVE, 275 MEM_RESERVE,
276 PAGE_NOACCESS); 276 PAGE_NOACCESS);
277 if (!tmp) 277 if (!tmp)
278 exit (1); 278 w32_fatal_reload_error ("Reserving upper heap address space.");
279 279
280 /* We read in the data for the .bss section from the executable 280 /* We read in the data for the .bss section from the executable
281 first and map in the heap from the executable second to prevent 281 first and map in the heap from the executable second to prevent