1
0
mirror of https://github.com/simh/simh.git synced 2026-02-14 11:55:51 +00:00

SCP: Use internal device SCP-PROCESS for SCP level debugging

This commit is contained in:
Mark Pizzolato
2019-01-22 15:48:48 -08:00
parent 68e442358b
commit bacf1a7445
3 changed files with 70 additions and 69 deletions

View File

@@ -437,9 +437,6 @@ DEBTAB cpu_deb[] = {
{ "FLTFAULT", LOG_CPU_FAULT_FLT, "floating fault activities" },
{ "CMODFAULT", LOG_CPU_FAULT_CMODE, "cmode fault activities" },
{ "MCHKFAULT", LOG_CPU_FAULT_MCHK, "machine check fault activities" },
{ "EVENT", SIM_DBG_EVENT, "event dispatch activities" },
{ "ACTIVATE", SIM_DBG_ACTIVATE, "queue insertion activities" },
{ "ASYNCH", SIM_DBG_AIO_QUEUE, "asynch queue activities" },
{ NULL, 0 }
};