PDP10: Fix typo in sim_rtcn_tick_ack setup
This commit is contained in:
parent
8b73304322
commit
f8147fca84
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue