mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
AltairZ80: Fixed integer type issue in mfdc.c
This commit is contained in:
@@ -241,7 +241,7 @@ static t_stat mfdc_reset(DEVICE *dptr)
|
||||
static t_stat mfdc_attach(UNIT *uptr, CONST char *cptr)
|
||||
{
|
||||
t_stat r;
|
||||
unsigned int i = 0;
|
||||
int32 i = 0;
|
||||
|
||||
r = attach_unit(uptr, cptr); /* attach unit */
|
||||
if ( r != SCPE_OK) /* error? */
|
||||
|
||||
Reference in New Issue
Block a user