* 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:
Andrew Cagney
2002-06-17 21:44:06 +00:00
parent b5d78d39b0
commit 78e731cd36
4 changed files with 13 additions and 2 deletions

View File

@@ -132,6 +132,8 @@ print_icache_extraction (lf *file,
else
return;
break;
default:
abort (); /* Bad switch. */
}
/* For the type, default to a simple unsigned */