sim: igen: constify various func arguments

This commit is contained in:
Mike Frysinger
2022-11-10 23:09:00 +07:00
parent 689c2b4b65
commit fa654e74f2
31 changed files with 380 additions and 265 deletions

View File

@@ -50,7 +50,7 @@ static const name_map cache_type_map[] = {
cache_entry *
load_cache_table (char *file_name)
load_cache_table (const char *file_name)
{
cache_entry *cache = NULL;
cache_entry **last = &cache;