mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +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:
@@ -480,9 +480,12 @@ MTAB cpu_mod[] = {
|
||||
};
|
||||
|
||||
DEBTAB cpu_deb[] = {
|
||||
{ "INTEXC", LOG_CPU_I },
|
||||
{ "REI", LOG_CPU_R },
|
||||
{ "CONTEXT", LOG_CPU_P },
|
||||
{ "INTEXC", LOG_CPU_I },
|
||||
{ "REI", LOG_CPU_R },
|
||||
{ "CONTEXT", LOG_CPU_P },
|
||||
{ "EVENT", SIM_DBG_EVENT },
|
||||
{ "ACTIVATE", SIM_DBG_ACTIVATE },
|
||||
{ "QUEUE", SIM_DBG_AIO_QUEUE },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user