mirror of
https://github.com/simh/simh.git
synced 2026-04-27 04:26:41 +00:00
Compiler suggested cleanups.
This commit is contained in:
@@ -5925,7 +5925,7 @@ static const int32 boot_rom[] = {
|
||||
|
||||
t_stat cpu_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
extern int32 saved_PC;
|
||||
|
||||
for (i = 0; i < BOOT_LEN; i++) M[BOOT_START + i] = boot_rom[i];
|
||||
|
||||
Reference in New Issue
Block a user