mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 23:56:22 +00:00
3b2: Silence warning in Windows build
This commit is contained in:
parent
a9f9b3abd1
commit
40877838ad
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user