mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
sigma: Fix Coverity identified warning
This commit is contained in:
parent
bdc677b748
commit
fc785ab5f9
@ -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 */
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user