mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
ETHER: Fixed hanging SHOW ETHER on some platforms
This commit is contained in:
parent
ea3aaf7724
commit
903bf30280
@ -2348,6 +2348,8 @@ static void eth_get_nic_hw_addr(ETH_DEV* dev, const char *devname, int set_on, c
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
pclose(f);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user