KA10: Fixed PUSH for extended addressing on KL.
This commit is contained in:
parent
fe0bc2ee14
commit
73918ddc12
1 changed files with 1 additions and 0 deletions
|
@ -9012,6 +9012,7 @@ jrstf:
|
||||||
if (QKLB && t20_page &&pc_sect != 0 && (BR & SMASK) == 0 && (BR & SECTM) != 0) {
|
if (QKLB && t20_page &&pc_sect != 0 && (BR & SMASK) == 0 && (BR & SECTM) != 0) {
|
||||||
BR = (BR + 1) & FMASK;
|
BR = (BR + 1) & FMASK;
|
||||||
sect = (BR >> 18) & 07777;
|
sect = (BR >> 18) & 07777;
|
||||||
|
glb_sect = 1;
|
||||||
} else {
|
} else {
|
||||||
sect = pc_sect;
|
sect = pc_sect;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue