aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/igen.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-17 21:44:06 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-17 21:44:06 +0000
commit78e731cd36da5f52b759bbf36cc1eb5d79de38c8 (patch)
tree9566f0e964930728f09a6fc69807de212ea3624e /sim/igen/igen.c
parentb5d78d39b04b4dcc1197fd0c9470852370539aa6 (diff)
downloadgdb-78e731cd36da5f52b759bbf36cc1eb5d79de38c8.zip
gdb-78e731cd36da5f52b759bbf36cc1eb5d79de38c8.tar.gz
gdb-78e731cd36da5f52b759bbf36cc1eb5d79de38c8.tar.bz2
* 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.
Diffstat (limited to 'sim/igen/igen.c')
-rw-r--r--sim/igen/igen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/igen/igen.c b/sim/igen/igen.c
index 1399d30..717c0c6 100644
--- a/sim/igen/igen.c
+++ b/sim/igen/igen.c
@@ -1277,6 +1277,8 @@ main (int argc,
case 'S':
name = &names->suffix;
break;
+ default:
+ abort (); /* Bad switch. */
}
name->u = strdup (chp);
name->l = strdup (chp);