diff options
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 0760f1e..3225b1d 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -1555,7 +1555,8 @@ upgrade_type(tpp, tq, ax, bigend) return 0; case tqArray: - /* We should probably try to use create_array_type here. FIXME! */ + /* We should probably try to use create_range_type and + create_array_type here. FIXME! */ off = 0; t = init_type(TYPE_CODE_ARRAY, 0, 0, (char *) NULL, (struct objfile *) NULL); |