diff options
author | Stan Shebs <shebs@apple.com> | 1999-05-05 14:45:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 1999-05-05 14:45:51 +0000 |
commit | 049f10d7dc48a42b664a15149f83d5c3db004ef7 (patch) | |
tree | 8dd4e1a383afddd41a30a65adf68142dfd45ec72 /sim/i960 | |
parent | 1942e83ab587eb3c0c54e57e9d1c9e11c17ac07e (diff) | |
download | gdb-049f10d7dc48a42b664a15149f83d5c3db004ef7.tar.gz |
import gdb-19990504 snapshot
Diffstat (limited to 'sim/i960')
-rw-r--r-- | sim/i960/i960-desc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/i960/i960-desc.c b/sim/i960/i960-desc.c index 8c1ca649d49..795b25c3a4b 100644 --- a/sim/i960/i960-desc.c +++ b/sim/i960/i960-desc.c @@ -1883,8 +1883,7 @@ build_insn_table (cd) cd->insn_table.num_init_entries = MAX_INSNS; } -/* Subroutine of i960_cgen_cpu_open to rebuild the tables. - This is also called by cgen_set_cpu (via an entry in CD). */ +/* Subroutine of i960_cgen_cpu_open to rebuild the tables. */ static void i960_cgen_rebuild_tables (cd) |