aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbug-rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dbug-rom.c')
-rw-r--r--gdb/dbug-rom.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/dbug-rom.c b/gdb/dbug-rom.c
index 8a224e8..b8016e7 100644
--- a/gdb/dbug-rom.c
+++ b/gdb/dbug-rom.c
@@ -74,10 +74,10 @@ dbug_supply_register (struct regcache *regcache, char *regname,
monitor_supply_register (regcache, regno, val);
}
-/* This array of registers needs to match the indexes used by GDB. The
- whole reason this exists is because the various ROM monitors use
- different names than GDB does, and don't support all the registers
- either. So, typing "info reg sp" becomes an "A7". */
+/* This array of registers needs to match the indexes used by GDB.
+ The whole reason this exists is because the various ROM monitors
+ use different names than GDB does, and don't support all the
+ registers either. So, typing "info reg sp" becomes an "A7". */
static const char *
dbug_regname (int index)