1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 15:43:58 +00:00

Build identified cleanups

This commit is contained in:
Mark Pizzolato
2013-01-09 17:22:17 -08:00
parent 784ae24324
commit 629de4dcc5
6 changed files with 9 additions and 9 deletions

View File

@@ -180,7 +180,7 @@ return (SCPE_OK);
status = error code
*/
int32 fprint_sym (FILE *of, int32 addr, uint32 *val,
int32 fprint_sym (FILE *of, t_addr addr, uint32 *val,
UNIT *uptr, int32 sw)
{
int32 cflag, c1, c2, inst, adr;
@@ -229,7 +229,7 @@ return -(oplen[inst] - 1);
status = error status
*/
int32 parse_sym (char *cptr, int32 addr, UNIT *uptr, uint32 *val, int32 sw)
int32 parse_sym (char *cptr, t_addr addr, UNIT *uptr, uint32 *val, int32 sw)
{
int32 cflag, i = 0, j, r;
char gbuf[CBUFSIZE];