mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Compiler suggested fixes
This commit is contained in:
@@ -717,7 +717,7 @@ static const uint16 boot_rom[] = {
|
||||
|
||||
t_stat ct_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
extern int32 saved_PC;
|
||||
extern uint16 M[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user