forked from Imagelibrary/binutils-gdb
sim: igen: constify various func arguments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user