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

work.
This commit is contained in:
Gerald Pfeifer 2004-11-04 04:52:48 +00:00 committed by Alexandre Julliard
parent 0fca5acba8
commit ac815f5a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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;