diff --git a/PDP10/ka10_auxcpu.c b/PDP10/ka10_auxcpu.c index 788f901..b335257 100644 --- a/PDP10/ka10_auxcpu.c +++ b/PDP10/ka10_auxcpu.c @@ -157,7 +157,7 @@ static t_stat auxcpu_detach (UNIT *uptr) return r; } -static void build (unsigned char *request, t_uint64 octet) +static void build (unsigned char *request, unsigned char octet) { request[0]++; request[request[0]] = octet & 0377;