mirror of
https://github.com/simh/simh.git
synced 2026-01-27 12:32:24 +00:00
I1401, I7094, ID16, ID32, NOVA, SDS, SIGMA: CONST compatibility with 3.10
This commit is contained in:
@@ -1422,7 +1422,7 @@ return ( 0 ) ;
|
||||
t_stat hist_show( 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 ;
|
||||
Hist_entry * hptr ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user