Skip to content

Commit

Permalink
KA10: Removed tabs that got added by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcornwell authored and pkoning2 committed Jun 8, 2024
1 parent c37d26a commit 5b3e282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PDP10/ka10_pipanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void *blink(void *ptr)
leds |= (pi_enable) ? PION_LAMP : 0;
leds |= (PIR & PI_REQ_MASK6) << PI_REQ_V_6;
leds |= (PIH & PI_PRO_MASK6) << PI_PRO_V_6;
leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
break;
}

Expand Down
2 changes: 1 addition & 1 deletion PDP10/kx10_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -12263,7 +12263,7 @@ if ((reason = build_dev_tab ()) != SCPE_OK) /* build, chk dib_tab */
if (QITS)
load_quantum();
#endif
RUN = 0;
RUN = 0;
return SCPE_STEP;
}
}
Expand Down

0 comments on commit 5b3e282

Please sign in to comment.