PDP1: CONST compatibility with 3.10
This commit is contained in:
parent
906ea892cf
commit
48f824b54b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue