1
0
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:
Mark Pizzolato
2016-03-18 15:43:30 -07:00
parent 80321577f9
commit e153b7f224
2 changed files with 2 additions and 3 deletions

View File

@@ -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 }
};