mirror of
https://github.com/simh/simh.git
synced 2026-02-06 00:15:40 +00:00
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
- Added event debug support to scp and the vax simulator - Moved external declarations into include files related to modules which define them and removed random externs from modules which referenced them - Fixed typos in sim_ether - Fixed sim_disk and sim_tape to properly manage asynchronous threads on an i/o flush
This commit is contained in:
@@ -345,14 +345,6 @@
|
||||
|
||||
|
||||
|
||||
/* External variables */
|
||||
|
||||
extern int32 sim_switches;
|
||||
extern char sim_name[];
|
||||
extern FILE *sim_log;
|
||||
|
||||
|
||||
|
||||
/* Local routines */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user