mirror of
https://github.com/simh/simh.git
synced 2026-03-03 01:58:53 +00:00
sigma: Added missing CONST to fix broken build
This commit is contained in:
@@ -1269,7 +1269,7 @@ return SCPE_OK;
|
||||
|
||||
/* Set unit autosize validation routine */
|
||||
|
||||
t_stat dp_set_auto (UNIT *uptr, int32 val, char *cptr, void *desc)
|
||||
t_stat dp_set_auto (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
||||
{
|
||||
uint32 cidx = uptr->UCTX;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user