mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
PDP1: CONST compatibility with 3.10
This commit is contained in:
parent
906ea892cf
commit
48f824b54b
@ -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…
x
Reference in New Issue
Block a user