summaryrefslogtreecommitdiff
path: root/gdb/mt-tdep.c
diff options
context:
space:
mode:
authorsergiodj <sergiodj>2013-07-10 03:15:04 +0000
committersergiodj <sergiodj>2013-07-10 03:15:04 +0000
commit9f8926ab6db81624b65c20639fb4dae9faa0b4e2 (patch)
tree50dbbfbb441116cc69cc78dd19a91999d8d4fd31 /gdb/mt-tdep.c
parentd03fa8ff5c6ff0b64baffcec8e13b773aaefaa8b (diff)
downloadgdb-9f8926ab6db81624b65c20639fb4dae9faa0b4e2.tar.gz
http://sourceware.org/ml/gdb-patches/2013-07/msg00065.html
Doug Evans committed the change above, but forgot to update one of the callers of get_raw_print_options, at mt-tdep.c. This commit fixes this. 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com> * mt-tdep.c (mt_registers_info): Call get_no_prettyformat_print_options instead of get_raw_print_options (regression by last patch from Doug Evans).
Diffstat (limited to 'gdb/mt-tdep.c')
-rw-r--r--gdb/mt-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mt-tdep.c b/gdb/mt-tdep.c
index a863cee1ec1..22e1cbc093f 100644
--- a/gdb/mt-tdep.c
+++ b/gdb/mt-tdep.c
@@ -718,7 +718,7 @@ mt_registers_info (struct gdbarch *gdbarch,
print_spaces_filtered (15 - strlen (gdbarch_register_name
(gdbarch, regnum)),
file);
- get_raw_print_options (&opts);
+ get_no_prettyformat_print_options (&opts);
opts.deref_ref = 1;
val_print (register_type (gdbarch, regnum), buf,
0, 0, file, 0, NULL,