KA10: Fixed PUSH for extended addressing on KL.

This commit is contained in:
Richard Cornwell 2023-09-27 10:25:03 -04:00 committed by Paul Koning
parent fe0bc2ee14
commit 73918ddc12

View file

@ -9012,6 +9012,7 @@ jrstf:
if (QKLB && t20_page &&pc_sect != 0 && (BR & SMASK) == 0 && (BR & SECTM) != 0) {
BR = (BR + 1) & FMASK;
sect = (BR >> 18) & 07777;
glb_sect = 1;
} else {
sect = pc_sect;
#endif