1
0
mirror of https://github.com/simh/simh.git synced 2026-02-26 16:54:22 +00:00

SIGMA: Restore prior DP device Coverity silencing change

This commit is contained in:
Mark Pizzolato
2022-06-11 17:50:20 -07:00
parent f9bc4d236f
commit a14ace6fd2

View File

@@ -612,7 +612,7 @@ switch (op) { /* case on op */
chan_uen (dva); /* uend */
}
dp_clr_ski (cidx, i); /* clear seek int */
sim_cancel (&dp_unit[i] + DP_SEEK); /* cancel seek compl */
sim_cancel (&dp_unit[i + DP_SEEK]); /* cancel seek compl */
}
chan_clr_chi (dva); /* clear chan int */
}