mirror of
https://github.com/simh/simh.git
synced 2026-04-19 01:17:28 +00:00
PDP10: Fix typo in sim_rtcn_tick_ack setup
This commit is contained in:
@@ -2213,7 +2213,7 @@ if (ea & APR_SENB) /* set enables? */
|
|||||||
if (ea & APR_CENB) /* clear enables? */
|
if (ea & APR_CENB) /* clear enables? */
|
||||||
apr_enb = apr_enb & ~bits;
|
apr_enb = apr_enb & ~bits;
|
||||||
if (ea & APR_CFLG) { /* clear flags? */
|
if (ea & APR_CFLG) { /* clear flags? */
|
||||||
if ((bits & APRF_TIM) && (apr_flg & APRF_TIM)
|
if ((bits & APRF_TIM) && (apr_flg & APRF_TIM))
|
||||||
sim_rtcn_tick_ack (30, 0);
|
sim_rtcn_tick_ack (30, 0);
|
||||||
apr_flg = apr_flg & ~bits;
|
apr_flg = apr_flg & ~bits;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user