From 7af3e357f05747a5423856ce6c7673d3bb928244 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 10 Mar 2017 11:07:29 -0800 Subject: [PATCH] PDP11, VAX: Fix debug output state reference (COVERITY) --- PDP11/pdp11_dmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP11/pdp11_dmc.c b/PDP11/pdp11_dmc.c index db50e2c3..b4ed8797 100644 --- a/PDP11/pdp11_dmc.c +++ b/PDP11/pdp11_dmc.c @@ -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) {