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) {