1
0
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:
Mark Pizzolato
2013-01-23 05:42:36 -08:00
parent a59eb7fa37
commit f7e8024c59
3 changed files with 10 additions and 11 deletions

View File

@@ -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];