1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

3b2: Silence warning in Windows build

This commit is contained in:
Seth Morabito
2018-04-05 17:24:47 -07:00
parent a9f9b3abd1
commit 40877838ad

View File

@@ -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;