1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-04 15:07:17 +00:00

KA10: Clean up windows build errors.

This commit is contained in:
Richard Cornwell
2022-02-09 10:03:44 -05:00
parent 93648d4aa6
commit f5008d760f
5 changed files with 4 additions and 16 deletions

View File

@@ -617,10 +617,10 @@ error:
goto error;
in->spare = data1;
cnt -= 2;
sim_debug(DEBUG_DATA, &dn_dev, "DTE: Read CMD: %o c=%o f=%o %s d=%o\n",
sim_debug(DEBUG_DATA, &dn_dev, "DTE: Read CMD: %o c=%o f=%o %s s=%o d=%o\n",
dn_in_ptr, in->cnt, in->func,
((in->func & 0377) > PRI_EMLDV)?"***":
pri_name[in->func & 0377], in->dev);
pri_name[in->func & 0377], in->spare, in->dev);
dp = &in->data[0];
for (; cnt > 0; cnt -=2) {
/* Read in data */