diff options
Diffstat (limited to 'gdb/target-descriptions.c')
-rw-r--r-- | gdb/target-descriptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target-descriptions.c b/gdb/target-descriptions.c index 7d6652d..e8b7cbc 100644 --- a/gdb/target-descriptions.c +++ b/gdb/target-descriptions.c @@ -717,7 +717,7 @@ tdesc_use_registers (struct gdbarch *gdbarch, htab_remove_elt (reg_hash, reg); /* Assign numbers to the remaining registers and add them to the - list of registers. The new numbers are always above NUM_REGS. + list of registers. The new numbers are always above gdbarch_num_regs. Iterate over the features, not the hash table, so that the order matches that in the target description. */ |