mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
KA10: Fixed PUSH for extended addressing on KL.
This commit is contained in:
parent
fe0bc2ee14
commit
73918ddc12
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user