diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 394bb08..870caca 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -8243,7 +8243,7 @@ i386_floatformat_for_type (struct gdbarch *gdbarch, || strcmp (name, "real(kind=16)") == 0 || strcmp (name, "real*16") == 0 || strcmp (name, "REAL*16") == 0) - return floatformats_ia64_quad; + return floatformats_ieee_quad; return default_floatformat_for_type (gdbarch, name, len); } |