From 40feebd275e953772b4cc36ab8d18e14cacd9e9d Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 4 Jul 2019 13:47:41 -0400 Subject: [PATCH] PDP10: Cleanup invalid argument. --- PDP10/ka10_auxcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;