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:
@@ -399,7 +399,7 @@ static const uint16 dm4_rom[] = {
|
||||
t_stat rf_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
size_t i;
|
||||
extern int32 sim_switches, saved_PC;
|
||||
extern int32 saved_PC;
|
||||
|
||||
if (rf_dib.dev != DEV_RF) /* only std devno */
|
||||
return STOP_NOTSTD;
|
||||
|
||||
Reference in New Issue
Block a user