mirror of
https://github.com/open-simh/simh.git
synced 2026-05-03 22:58:53 +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:
@@ -86,8 +86,6 @@ extern int32 rtc_pie;
|
||||
extern int32 stop_invins, stop_invdev, stop_inviop;
|
||||
extern uint32 mon_usr_trap;
|
||||
extern UNIT cpu_unit;
|
||||
extern FILE *sim_log;
|
||||
extern DEVICE *sim_devices[];
|
||||
|
||||
t_stat chan_reset (DEVICE *dptr);
|
||||
t_stat chan_read (int32 ch);
|
||||
|
||||
Reference in New Issue
Block a user