Fix big-endian aggregate assignment in Ada
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 82cb34b08ad67f56062fbb6f23deffea3381085b..5a2e8f8000b7c7de9f0fbac640611043b2187b02 100644 (file)
@@ -615,7 +615,7 @@ dcache_info_1 (DCACHE *dcache, const char *exp)
     }
 
   printf_filtered (_("Contains data for %s\n"),
-                  target_pid_to_str (dcache->ptid));
+                  target_pid_to_str (dcache->ptid).c_str ());
 
   refcount = 0;
 
This page took 0.024172 seconds and 4 git commands to generate.