mirror of
https://github.com/simh/simh.git
synced 2026-02-09 09:42:43 +00:00
Compiler warning cleanup
This commit is contained in:
@@ -1284,7 +1284,7 @@ static const d10 boot_rom_its[] = {
|
||||
|
||||
t_stat rp_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
extern a10 saved_PC;
|
||||
|
||||
M[FE_UNIT] = unitno & CS2_M_UNIT;
|
||||
|
||||
@@ -1273,7 +1273,7 @@ static const d10 boot_rom_its[] = {
|
||||
|
||||
t_stat tu_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
extern a10 saved_PC;
|
||||
|
||||
M[FE_UNIT] = 0;
|
||||
|
||||
Reference in New Issue
Block a user