PDP1: CONST compatibility with 3.10

This commit is contained in:
Mark Pizzolato 2018-03-09 18:53:33 -08:00
parent 906ea892cf
commit 48f824b54b

View file

@ -1664,7 +1664,7 @@ return SCPE_OK;
t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
{
int32 ov, pf, op, k, di, lnt;
const char *cptr = (const char *) desc;
CONST char *cptr = (CONST char *) desc;
t_stat r;
InstHistory *h;