mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +00:00
Intel-Systems: Reorganize for clean builds with Release targets.
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
|
||||
#include "system_defs.h" /* system header in system dir */
|
||||
|
||||
#if defined (I8259_NUM) && (I8259_NUM > 0)
|
||||
|
||||
/* function prototypes */
|
||||
|
||||
t_stat i8259_cfg(uint8 base, uint8 devnum);
|
||||
@@ -244,4 +246,6 @@ void i8259_dump(uint8 devnum)
|
||||
sim_printf(" OCW3=%02X\n", i8259_ocw3[devnum]);
|
||||
}
|
||||
|
||||
#endif /* I8259_NUM > 0 */
|
||||
|
||||
/* end of i8259.c */
|
||||
|
||||
Reference in New Issue
Block a user