mirror of
https://github.com/open-simh/simh.git
synced 2026-04-30 13:41:55 +00:00
I1620: Add a 3.10 compatibility CONST declaration
This commit is contained in:
@@ -2428,7 +2428,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 i, k, di, lnt;
|
int32 i, k, di, lnt;
|
||||||
const char *cptr = (const char *) desc;
|
CONST char *cptr = (CONST char *) desc;
|
||||||
t_value sim_eval[INST_LEN];
|
t_value sim_eval[INST_LEN];
|
||||||
t_stat r;
|
t_stat r;
|
||||||
InstHistory *h;
|
InstHistory *h;
|
||||||
|
|||||||
Reference in New Issue
Block a user