forked from Imagelibrary/binutils-gdb
sim: igen: constify various func arguments
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
|
||||
|
||||
void
|
||||
gen_model_h (lf *file, insn_table *table)
|
||||
gen_model_h (lf *file, const insn_table *table)
|
||||
{
|
||||
lf_print__this_file_is_empty (file, "suffering bit rot");
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
gen_model_c (lf *file, insn_table *table)
|
||||
gen_model_c (lf *file, const insn_table *table)
|
||||
{
|
||||
lf_print__this_file_is_empty (file, "suffering bit rot");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user