mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-22 18:41:11 +00:00
KA10: Fixed compile error.
This commit is contained in:
parent
ac2ad23138
commit
efcf0c33e1
@ -1228,7 +1228,9 @@ t_stat dev_pag(uint32 dev, uint64 *data) {
|
||||
}
|
||||
if (res & BIT1) {
|
||||
/* Load previous section */
|
||||
#if KLB
|
||||
prev_sect = (res >> 18) & 077;
|
||||
#endif
|
||||
}
|
||||
if (res & BIT2) {
|
||||
ub_ptr = (res & 017777) << 9;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user