1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-26 20:26:59 +00:00

imds-225, isys80xx, ibmpc, ibmpcxt: Address Coverity identified problems

This commit is contained in:
Bill Beech
2017-06-07 11:34:26 -07:00
parent 625d1b391e
commit 6fcd70128e
5 changed files with 30 additions and 26 deletions

View File

@@ -83,7 +83,7 @@
extern uint16 port; //port called in dev_table[port]
/* function prototypes */
/* internal function prototypes */
t_stat i8255_reset (DEVICE *dptr, uint16 baseport);
uint8 i8255_get_dn(void);
@@ -154,7 +154,7 @@ DEVICE i8255_dev = {
i8255_unit, //units
i8255_reg, //registers
NULL, //modifiers
1, //numunits
I8255_NUM, //numunits
16, //aradix
16, //awidth
1, //aincr