--- BasiliskII/src/Unix/main_unix.cpp 2000/07/14 21:29:13 1.14 +++ BasiliskII/src/Unix/main_unix.cpp 2000/07/22 16:07:20 1.15 @@ -108,7 +108,6 @@ char *x_display_name = NULL; // X11 Display *x_display = NULL; // X11 display handle static int zero_fd = -1; // FD of /dev/zero -static bool lm_area_mapped = false; // Flag: Low Memory area mmap()ped static uint8 last_xpram[256]; // Buffer for monitoring XPRAM changes #ifdef HAVE_PTHREADS @@ -149,6 +148,10 @@ static struct sigaction sigint_sa; // si static void sigint_handler(...); #endif +#if REAL_ADDRESSING +static bool lm_area_mapped = false; // Flag: Low Memory area mmap()ped +#endif + #ifdef USE_MAPPED_MEMORY extern char *address_space, *good_address_map; #endif