mirror of
https://github.com/open-simh/simh.git
synced 2026-05-05 15:43:58 +00:00
Compiler warning cleanup
This commit is contained in:
@@ -689,7 +689,7 @@ static const uint16 boot_rom[] = {
|
||||
|
||||
t_stat rl_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
extern int32 saved_PC;
|
||||
|
||||
if (unitno) /* only unit 0 */
|
||||
|
||||
Reference in New Issue
Block a user