Commit ac815f5a authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

work.
parent 0fca5acb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment