mirror of
https://github.com/simh/simh.git
synced 2026-03-05 02:45:19 +00:00
PDP10, PDP4, PDP7, PDP9, PDP15: CONST compatibility with 3.10
This commit is contained in:
@@ -2527,7 +2527,7 @@ return SCPE_OK;
|
||||
t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
|
||||
{
|
||||
int32 k, di, lnt;
|
||||
const char *cptr = (const char *) desc;
|
||||
CONST char *cptr = (CONST char *) desc;
|
||||
t_stat r;
|
||||
InstHistory *h;
|
||||
|
||||
|
||||
@@ -2340,7 +2340,7 @@ t_stat cpu_show_hist (FILE *st, UNIT *uptr, int32 val, CONST void *desc)
|
||||
{
|
||||
int32 l, j, k, di, lnt;
|
||||
|
||||
const char *cptr = (const char *) desc;
|
||||
CONST char *cptr = (CONST char *) desc;
|
||||
t_value sim_eval[2];
|
||||
t_stat r;
|
||||
InstHistory *h;
|
||||
|
||||
@@ -268,7 +268,7 @@ return SCPE_OK; /* done */
|
||||
word to execute (bit 1 of last character set)
|
||||
*/
|
||||
|
||||
t_stat hri_load_7915 (FILE *fileref, const char *cptr)
|
||||
t_stat hri_load_7915 (FILE *fileref, CONST char *cptr)
|
||||
{
|
||||
int32 bits, origin, val;
|
||||
char gbuf[CBUFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user