mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fix compiler warnings
This commit is contained in:
@@ -449,7 +449,7 @@ static const int32 pboot[] = {
|
||||
|
||||
t_stat ptr_boot (int32 unitno, DEVICE *dptr)
|
||||
{
|
||||
int32 i;
|
||||
size_t i;
|
||||
|
||||
for (i = 0; i < PBOOT_SIZE; i++) /* copy bootstrap */
|
||||
M[PBOOT_START + i] = pboot[i];
|
||||
|
||||
Reference in New Issue
Block a user