mirror of
https://github.com/open-simh/simh.git
synced 2026-01-26 12:12:52 +00:00
Compiler suggested cleanups - mostly const fixups
This commit is contained in:
@@ -345,7 +345,7 @@ static uint8 load_rom[] = {
|
||||
t_stat pt_dump (FILE *of, char *cptr, char *fnam)
|
||||
{
|
||||
uint32 i, lo, hi, cs;
|
||||
char *tptr;
|
||||
const char *tptr;
|
||||
extern DEVICE cpu_dev;
|
||||
|
||||
if ((cptr == NULL) || (*cptr == 0))
|
||||
|
||||
Reference in New Issue
Block a user