1
0
mirror of https://github.com/simh/simh.git synced 2026-02-02 06:42:18 +00:00

I1401, I7094, ID16, ID32, NOVA, SDS, SIGMA: CONST compatibility with 3.10

This commit is contained in:
Mark Pizzolato
2018-03-09 15:55:22 -08:00
parent 645ea28d35
commit b7b1f427d0
12 changed files with 16 additions and 16 deletions

View File

@@ -1864,7 +1864,7 @@ return SCPE_OK;
t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
{
int32 ov, k, di, lnt;
const char *cptr = (const char *) desc;
CONST char *cptr = (CONST char *) desc;
t_stat r;
InstHistory *h;
static const char *cyc[] = { " ", " ", "INT", "TRP" };

View File

@@ -196,7 +196,7 @@ int32 col, rpt, ptr, mask, cctbuf[CCT_LNT];
t_stat r;
extern int32 lpt_ccl, lpt_ccp;
extern uint8 lpt_cct[CCT_LNT];
const char *cptr;
CONST char *cptr;
char cbuf[CBUFSIZE], gbuf[CBUFSIZE];
ptr = 0;