forked from Imagelibrary/binutils-gdb
* gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and
``t'' to NULL. * igen.c (main): Add default case to switch. * gen-icache.c (print_icache_extraction): Ditto.
This commit is contained in:
@@ -132,6 +132,8 @@ print_icache_extraction (lf *file,
|
||||
else
|
||||
return;
|
||||
break;
|
||||
default:
|
||||
abort (); /* Bad switch. */
|
||||
}
|
||||
|
||||
/* For the type, default to a simple unsigned */
|
||||
|
||||
Reference in New Issue
Block a user