Skip to content

Commit

Permalink
IBM360: Fix compile error on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcornwell committed Oct 19, 2024
1 parent 8a6bedb commit 86bfb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IBM360/ibm360_lpr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 86bfb94

Please sign in to comment.