mirror of
https://github.com/simh/simh.git
synced 2026-02-12 02:48:38 +00:00
Fixing many compiler identified nits.
This commit is contained in:
@@ -409,8 +409,8 @@ DEVICE cso_dev = {
|
||||
*/
|
||||
|
||||
DIB sysd_dib[] = {
|
||||
0, 0, NULL, NULL,
|
||||
2, IVCL (TMR0), 0, { &tmr0_inta, &tmr1_inta }
|
||||
{0, 0, NULL, NULL,
|
||||
2, IVCL (TMR0), 0, { &tmr0_inta, &tmr1_inta } }
|
||||
};
|
||||
|
||||
UNIT sysd_unit[] = {
|
||||
|
||||
Reference in New Issue
Block a user