1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-04 07:43:45 +00:00

PDP11, VAX: Fix debug output state reference (COVERITY)

This commit is contained in:
Mark Pizzolato
2017-03-10 11:07:29 -08:00
parent df3f49c7a0
commit 7af3e357f0

View File

@@ -3530,7 +3530,7 @@ void ddcmp_dispatch(CTLR *controller, uint32 EventMask)
{
DDCMP_STATETABLE *table;
int matched = 0;
static const char *states[] = {"Halt", "IStart", "AStart", "Run", "Maintenance"};
static const char *states[] = {"Halt", "IStart", "AStart", "Run", "Maintenance", "All"};
if (controller->link.Scanning) {
if (!controller->link.RecurseScan) {