mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Compiler cleanup after v3.9-0 merge
This commit is contained in:
@@ -107,7 +107,7 @@ int32 chip = 0; /* 0 = 8080 chip, 1 = z8
|
||||
int32 PCX; /* External view of PC */
|
||||
|
||||
extern int32 sim_int_char;
|
||||
extern int32 sim_brk_types, sim_brk_dflt, sim_brk_summ; /* breakpoint info */
|
||||
extern uint32 sim_brk_types, sim_brk_dflt, sim_brk_summ;/* breakpoint info */
|
||||
|
||||
/* function prototypes */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user