KA10: Fixed running of OPR on Tops10 and Tops 20.

This commit is contained in:
Richard Cornwell 2022-03-25 19:16:35 -04:00
parent 61877a5c77
commit 4b5386ea75

View file

@ -4477,7 +4477,7 @@ no_fetch:
if (((xct_flag & 8) != 0 && !ptr_flg) ||
((xct_flag & 2) != 0 && ptr_flg))
sect = cur_sect = prev_sect;
#if 0
#if 1
/* The following lines are needed to run Tops 20 V3 on KL/B */
if (((xct_flag & 014) == 04 && !ptr_flg && prev_sect == 0)
|| ((xct_flag & 03) == 01 && ptr_flg && prev_sect == 0))