1
0
mirror of https://github.com/simh/simh.git synced 2026-05-04 06:58:38 +00:00

Merge branch 'SerialMux' and compiler suggested cleanup

This commit is contained in:
Mark Pizzolato
2012-12-18 09:52:14 -08:00
149 changed files with 11789 additions and 1437 deletions

View File

@@ -678,7 +678,7 @@ static const uint16 boot_rom[] = {
t_stat ry_boot (int32 unitno, DEVICE *dptr)
{
int32 i;
size_t i;
extern int32 saved_PC;
extern uint16 *M;