mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 23:25:46 +00:00
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
This commit is contained in:
@@ -110,7 +110,6 @@
|
||||
|
||||
extern uint16 *M;
|
||||
extern int32 int_req[IPL_HLVL];
|
||||
extern FILE *sim_deb;
|
||||
|
||||
uint32 rf_cs = 0; /* status register */
|
||||
uint32 rf_cma = 0;
|
||||
|
||||
Reference in New Issue
Block a user