1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

KA10: Fix typo in KL10 ITS.

This commit is contained in:
Richard Cornwell 2022-02-26 11:47:36 -05:00
parent 70d6cd4dee
commit 604d7df333

View File

@ -2600,7 +2600,7 @@ int page_lookup(t_addr addr, int flag, t_addr *loc, int wr, int cur_context, int
return 0;
}
#if KS_ITS
#if KL_ITS
if (!QITS) { /* Do not do this on ITS */
#endif
/* Handle KI paging odditiy */
@ -2609,7 +2609,7 @@ int page_lookup(t_addr addr, int flag, t_addr *loc, int wr, int cur_context, int
page += 01000 - 0340;
upmp = 1;
}
#if KS_ITS
#if KL_ITS
}
#endif