mirror of
https://github.com/simh/simh.git
synced 2026-01-28 04:48:05 +00:00
I1401, I7094, ID16, ID32, NOVA, SDS, SIGMA: CONST compatibility with 3.10
This commit is contained in:
@@ -2388,7 +2388,7 @@ return SCPE_OK;
|
||||
t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
|
||||
{
|
||||
int32 op, k, di, lnt;
|
||||
const char *cptr = (const char *) desc;
|
||||
CONST char *cptr = (CONST char *) desc;
|
||||
t_value sim_eval[3];
|
||||
t_stat r;
|
||||
InstHistory *h;
|
||||
|
||||
Reference in New Issue
Block a user