mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-10 04:24:44 +00:00
KA10: Fixed compile error.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user