mirror of
https://github.com/open-simh/simh.git
synced 2026-01-18 17:17:38 +00:00
sigma: Added missing CONST to fix broken build
This commit is contained in:
parent
6a40afea24
commit
1cd11f3464
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user