1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-04 07:08:55 +00:00

Fixes after Dave Bryan's testing.

This commit is contained in:
Mark Pizzolato
2012-12-15 07:58:11 -08:00
parent 0450a9b430
commit 60a0881c71
2 changed files with 18 additions and 13 deletions

View File

@@ -665,7 +665,7 @@ while (*cptr != 0) { /* do all mods */
return r;
}
}
return SCPE_NOPARAM;
return SCPE_ARG;
}
}
return SCPE_OK;