diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-05-05 14:45:51 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-05-05 14:45:51 +0000 |
commit | b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98 (patch) | |
tree | c59a94fbe917e0839329b872139198c2a7a05ab1 /sim/i960 | |
parent | e1346c8d0969dad58ddc13c9c741cb0f4e6345a5 (diff) | |
download | gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.zip gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.tar.gz gdb-b83266a0e1813b7f4891d5d6b0ed6b7302a3fe98.tar.bz2 |
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 8c1ca64..795b25c 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) |