mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 07:08:55 +00:00
Compiler warning cleanup
This commit is contained in:
@@ -334,7 +334,7 @@ static const uint16 dm4_rom[] = {
|
||||
|
||||
t_stat df_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
extern int32 sim_switches, saved_PC;
|
||||
|
||||
if (sim_switches & SWMASK ('D')) {
|
||||
|
||||
Reference in New Issue
Block a user