1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 15:33:34 +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

@@ -1955,7 +1955,7 @@ int32 sim_load (FILE *fileref, char *cptr, char *fnam, int flag)
for M6800
*/
int32 fprint_sym (FILE *of, int32 addr, uint32 *val, UNIT *uptr, int32 sw)
int32 fprint_sym (FILE *of, t_addr addr, uint32 *val, UNIT *uptr, int32 sw)
{
int32 i, inst, inst1;
@@ -2010,7 +2010,7 @@ int32 fprint_sym (FILE *of, int32 addr, uint32 *val, UNIT *uptr, int32 sw)
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)
{
return (-2);
}