*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ada-tasks.c
index 20eca5075516ae89508dc645f08172c11f986e22..68cc696d56ee0a3a4e36b1113bdad4831804b0bf 100644 (file)
@@ -752,7 +752,8 @@ info_task (char *taskno_str, int from_tty)
   task_info = VEC_index (ada_task_info_s, task_list, taskno - 1);
 
   /* Print the Ada task ID.  */
-  printf_filtered (_("Ada Task: %s\n"), paddr_nz (task_info->task_id));
+  printf_filtered (_("Ada Task: %s\n"),
+                  paddress (target_gdbarch, task_info->task_id));
 
   /* Print the name of the task.  */
   if (task_info->name[0] != '\0')
This page took 0.023408 seconds and 4 git commands to generate.