mirror of
https://github.com/simh/simh.git
synced 2026-05-01 05:48:35 +00:00
PDP1: CONST compatibility with 3.10
This commit is contained in:
@@ -1664,7 +1664,7 @@ return SCPE_OK;
|
|||||||
t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
|
t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
|
||||||
{
|
{
|
||||||
int32 ov, pf, op, k, di, lnt;
|
int32 ov, pf, op, k, di, lnt;
|
||||||
const char *cptr = (const char *) desc;
|
CONST char *cptr = (CONST char *) desc;
|
||||||
t_stat r;
|
t_stat r;
|
||||||
InstHistory *h;
|
InstHistory *h;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user