diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 1eb214a..7ef468c 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -4107,7 +4107,7 @@ cris_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) register is. */ set_gdbarch_double_bit (gdbarch, 64); - /* The default definition of a long double is 2 * TARGET_DOUBLE_BIT, + /* The default definition of a long double is 2 * gdbarch_double_bit, which means we have to set this explicitly. */ set_gdbarch_long_double_bit (gdbarch, 64); |