sim: warnings: fix unused variable warnings

Leave the igen code in place as it's meant to be used with newer
(to-be-written) code ported from the ppc version.

The sh code isn't really necessary as the opcodes enums have been
maintained independently from here, and the lists are out-of-sync
already.
This commit is contained in:
Mike Frysinger
2024-01-08 20:44:02 -05:00
parent f64e47a22c
commit d2704ed59b
3 changed files with 7 additions and 76 deletions

View File

@@ -61,12 +61,14 @@ static const name_map decode_combine_map[] = {
{NULL, 0},
};
#if 0
static const name_map decode_search_map[] = {
{"constants", decode_find_constants},
{"mixed", decode_find_mixed},
{"strings", decode_find_strings},
{NULL, decode_find_mixed},
};
#endif
static void