PDP11, VAX: Fix debug output state reference (COVERITY)
This commit is contained in:
parent
df3f49c7a0
commit
7af3e357f0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue