mirror of
https://github.com/open-simh/simh.git
synced 2026-04-26 12:17:25 +00:00
Compiler identified issues in AltairZ80 simulator
This commit is contained in:
@@ -285,7 +285,7 @@ static t_stat disk2_attach(UNIT *uptr, char *cptr)
|
||||
|
||||
|
||||
/* Detach routine */
|
||||
t_stat disk2_detach(UNIT *uptr)
|
||||
static t_stat disk2_detach(UNIT *uptr)
|
||||
{
|
||||
t_stat r;
|
||||
int8 i;
|
||||
|
||||
Reference in New Issue
Block a user