PDP11: Fix Coverity identified issue in debug format statement
This commit is contained in:
parent
93e86f31f0
commit
c035be465c
1 changed files with 1 additions and 1 deletions
|
@ -3223,7 +3223,7 @@ vt11_cycle(int us, int slowdown)
|
||||||
DEBUGF("Load Status C");
|
DEBUGF("Load Status C");
|
||||||
if (TESTBIT(inst,9)) {
|
if (TESTBIT(inst,9)) {
|
||||||
char_rotate = TESTBIT(inst,8);
|
char_rotate = TESTBIT(inst,8);
|
||||||
DEBUGF(" char_rotate=d", (int)char_rotate);
|
DEBUGF(" char_rotate=%d", (int)char_rotate);
|
||||||
}
|
}
|
||||||
if (TESTBIT(inst,7)) {
|
if (TESTBIT(inst,7)) {
|
||||||
cs_index = GETFIELD(inst,6,5); /* 0, 1, 2, 3 */
|
cs_index = GETFIELD(inst,6,5); /* 0, 1, 2, 3 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue