1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 13:12:13 +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

@@ -65,12 +65,12 @@
//board definitions for the multibus
/* set the base I/O address for the iSBC 201 */
#define SBC201_BASE 0x78
#define SBC201_BASE 0x78
#define SBC201_INT INT_1
#define SBC201_NUM 0
/* set the base I/O address for the iSBC 202 */
#define SBC202_BASE 0x78
#define SBC202_BASE 0x78
#define SBC202_INT INT_1
#define SBC202_NUM 1