mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Cleanup of unneeded global extern declarations
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
/* generic debug tracing support */
|
||||
#if DBG_MSG==1
|
||||
extern FILE* sim_deb;
|
||||
|
||||
#define ADDRESS_FORMAT "[0x%08x]"
|
||||
#if UNIX_PLATFORM
|
||||
|
||||
@@ -53,7 +53,6 @@ extern REG m68kcpu_reg[];
|
||||
#define DBG_CPU_BTRACE (1 << 4)
|
||||
#define DBG_CPU_CUSTOM1 (1 << 5) /* reserved for custom debugging */
|
||||
#define DBG_CPU_CUSTOM2 (1 << 6) /* reserved for custom debugging */
|
||||
extern FILE* sim_deb;
|
||||
extern DEBTAB m68kcpu_dt[];
|
||||
#if DBG_MSG==1
|
||||
#define IFDEBUG(flag,func) if ((m68kcpu_dev->dctrl & flag) && sim_deb) { (void)(func); fflush(sim_deb); }
|
||||
|
||||
Reference in New Issue
Block a user