mirror of
https://github.com/simh/simh.git
synced 2026-02-13 19:35:20 +00:00
PDP8, VAX750: Fix compiler detected errors in REG initializers
This commit is contained in:
@@ -219,7 +219,6 @@ REG tti_reg[] = {
|
||||
{ FLDATAD (IE, tti_csr, CSR_V_IE, "interrupt enable flag (CSR<6>)") },
|
||||
{ DRDATAD (POS, tti_unit.pos, T_ADDR_W, "number of characters input"), PV_LEFT },
|
||||
{ DRDATAD (TIME, tti_unit.wait, 24, "input polling interval"), PV_LEFT },
|
||||
{ URDATAD (TIMEX, tti_unit, 10, 24, offsetof(UNIT, wait), 5, 0, "input polling interval"), PV_LEFT },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user