1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing

This commit is contained in:
Mark Pizzolato
2013-01-10 09:53:40 -08:00
parent 629de4dcc5
commit bc816ae871
3 changed files with 20 additions and 8 deletions

View File

@@ -485,7 +485,7 @@ DEBTAB cpu_deb[] = {
{ "CONTEXT", LOG_CPU_P },
{ "EVENT", SIM_DBG_EVENT },
{ "ACTIVATE", SIM_DBG_ACTIVATE },
{ "QUEUE", SIM_DBG_AIO_QUEUE },
{ "ASYNCH", SIM_DBG_AIO_QUEUE },
{ NULL, 0 }
};