PDP10, PDP4, PDP7, PDP9, PDP15: CONST compatibility with 3.10
This commit is contained in:
parent
48f824b54b
commit
66a1f31dbd
3 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue