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:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user