mirror of
https://github.com/simh/simh.git
synced 2026-02-26 08:44:38 +00:00
PDP11, VAX: Fix debug output state reference (COVERITY)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user