1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-20 09:27:16 +00:00

IBM360: Fix compile error on windows.

This commit is contained in:
Richard Cornwell
2024-10-19 19:47:46 -04:00
parent 8a6bedb307
commit 86bfb94519

View File

@@ -491,8 +491,8 @@ lpr_srv(UNIT *uptr) {
uptr->CMD &= ~(LPR_FULL|LPR_CMDMSK);
uptr->POS = 0;
if (uptr->SNS & SNS_CHN12) {
sim_debug(DEBUG_DETAIL, &lpr_dev, "%d channel 12", u);
uint8 f = SNS_DEVEND|SNS_UNITEXP;
sim_debug(DEBUG_DETAIL, &lpr_dev, "%d channel 12", u);
if ((uptr->SNS & 0xff) != 0) {
f |= SNS_UNITCHK;
}