mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
ICL1900: Clean up coverity error.
This commit is contained in:
parent
e85c5521e1
commit
854f2ec37d
@ -2669,7 +2669,7 @@ cpu_show_hist(FILE * st, UNIT * uptr, int32 val, CONST void *desc)
|
||||
h->rc & M22 , h->ea, h->xr, h->ra, h->rb, h->rr,
|
||||
h->c, h->v, h->e, h->mode);
|
||||
v = h->op;
|
||||
fprint_sym(st, h->rc & M22, &v, &cpu_unit[0], SWMASK('M'));
|
||||
(void)fprint_sym(st, h->rc & M22, &v, &cpu_unit[0], SWMASK('M'));
|
||||
fputc('\n', st); /* end line */
|
||||
} /* end else instruction */
|
||||
} /* end for */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user