1
0
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:
Richard Cornwell 2019-09-08 23:39:38 -04:00
parent ac2ad23138
commit efcf0c33e1

View File

@ -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;