mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
KA10: Fixed PUSH for extended addressing on KL.
This commit is contained in:
parent
0f65a8a3c1
commit
bc8518d932
@ -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