aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-valprint.c')
-rw-r--r--gdb/ada-valprint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c
index 8c7cc10..648cd36 100644
--- a/gdb/ada-valprint.c
+++ b/gdb/ada-valprint.c
@@ -726,9 +726,9 @@ ada_val_print_1 (struct type *type, const gdb_byte *valaddr0,
fprintf_filtered (stream, "(");
type_print (type, "", stream, -1);
fprintf_filtered (stream, ") ");
- deprecated_print_address_numeric
- (extract_typed_address (valaddr, builtin_type_void_data_ptr),
- 1, stream);
+ fputs_filtered (paddress (extract_typed_address
+ (valaddr, builtin_type_void_data_ptr)),
+ stream);
}
else
{