Skip to content
Snippets Groups Projects
Commit ac815f5a authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Disable memory reservation code on FreeBSD, where it just doesn't

work.
parent 0fca5acb
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ void mmap_init(void)
{
struct reserved_area *area;
struct list *ptr;
#ifdef __i386__
#if defined(__i386__) && !defined(__FreeBSD__) /* commented out until FreeBSD gets fixed */
char stack;
char * const stack_ptr = &stack;
char *user_space_limit = (char *)0x80000000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment