Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1b8f90f
Commit
a1b8f90f
authored
Apr 17, 1998
by
Geoff Voelker
Browse files
(recreate_heap): Invoke w32_fatal_reload_error upon error.
parent
dfdb4047
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/w32heap.c
src/w32heap.c
+1
-1
No files found.
src/w32heap.c
View file @
a1b8f90f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment