From 84821f2db4b4e37f0fec373fb5754f8313ee3381 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 5 Sep 2019 21:17:12 -0400 Subject: [PATCH] KA10: Fixed typo in kl10_fe.c --- PDP10/kl10_fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kl10_fe.c b/PDP10/kl10_fe.c index 315abf2..0f7f4c3 100644 --- a/PDP10/kl10_fe.c +++ b/PDP10/kl10_fe.c @@ -472,7 +472,7 @@ void dte_second(UNIT *uptr) { t_stat r; #if KI_22BIT -#if ITS_KL +#if KL_ITS if ((cpu_unit[0].flags & UNIT_ITSPAGE) == 0) #endif base = eb_ptr;