3b2: Silence warning in Windows build
This commit is contained in:
parent
a9f9b3abd1
commit
40877838ad
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue