1
0
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:
Richard Cornwell 2019-06-07 20:20:12 -04:00
parent e85c5521e1
commit 854f2ec37d

View File

@ -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 */