From 40877838ad427159cd72e8e915005eed7203c99a Mon Sep 17 00:00:00 2001 From: Seth Morabito Date: Thu, 5 Apr 2018 17:24:47 -0700 Subject: [PATCH] 3b2: Silence warning in Windows build --- 3B2/3b2_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3B2/3b2_cpu.c b/3B2/3b2_cpu.c index 2b380231..becc7de8 100644 --- a/3B2/3b2_cpu.c +++ b/3B2/3b2_cpu.c @@ -497,7 +497,7 @@ const uint32 shift_32_table[65] = t_stat cpu_show_stack(FILE *st, UNIT *uptr, int32 val, CONST void *desc) { - int i, j; + uint32 i, j; uint32 addr, v, count; uint8 tmp; char *cptr = (char *) desc;