]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/infcmd.c
2008-01-30 Luis Machado <luisgpm@br.ibm.com>
[thirdparty/binutils-gdb.git] / gdb / infcmd.c
index 704e189fe8db9760fcffd2aa02b49e1aabd158b1..972f9e22324df0cc91682cd7456dff1de052aee4 100644 (file)
@@ -1622,7 +1622,8 @@ default_print_registers_info (struct gdbarch *gdbarch,
 
       /* If virtual format is floating, print it that way, and in raw
          hex.  */
-      if (TYPE_CODE (register_type (gdbarch, i)) == TYPE_CODE_FLT)
+      if (TYPE_CODE (register_type (gdbarch, i)) == TYPE_CODE_FLT
+         || TYPE_CODE (register_type (gdbarch, i)) == TYPE_CODE_DECFLOAT)
        {
          int j;