mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
Eliminate warning
This commit is contained in:
parent
9745e40ddb
commit
c68df84838
@ -96,10 +96,10 @@ uint8 *ScratchMem = NULL; // Scratch memory for Mac ROM writes
|
|||||||
static timer_t timer; // 60Hz timer
|
static timer_t timer; // 60Hz timer
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#ifdef ENABLE_MON
|
#ifdef ENABLE_MON
|
||||||
static struct sigaction sigint_sa; // sigaction for SIGINT handler
|
static struct sigaction sigint_sa; // sigaction for SIGINT handler
|
||||||
static void sigint_handler(...);
|
static void sigint_handler(...);
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
#if REAL_ADDRESSING
|
#if REAL_ADDRESSING
|
||||||
static bool lm_area_mapped = false; // Flag: Low Memory area mmap()ped
|
static bool lm_area_mapped = false; // Flag: Low Memory area mmap()ped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user