1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Cleaned up compiler noticed issues

This commit is contained in:
Mark Pizzolato
2012-04-27 15:06:39 -07:00
parent c7f778ca79
commit 78009646f0
2 changed files with 6 additions and 3 deletions

View File

@@ -706,7 +706,7 @@ if ( DKP_TRACE(1) )
"write"
: ((uptr->FUNC == FCCY_SEEK) ?
"seek"
: "<???>"
: "<?\?\?>"
)
)
),
@@ -871,7 +871,7 @@ do {
"read"
: ((uptr->FUNC == FCCY_WRITE) ?
"write"
: "<???>")
: "<?\?\?>")
),
(unsigned) (uptr->CYL),
(unsigned) (GET_SURF(dkp_ussc, dtype)),