[PowerPC] Fix indentation in arch/ppc-linux-common.c
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 04a4b4767a0d3bdfbe83afffc5287c16054205f2..18ba0d72267e56763c9f8146f74d6888d95b74dc 100644 (file)
@@ -133,7 +133,7 @@ extern void specify_exec_file_hook (void (*hook) (const char *filename));
 
 /* Binary File Diddler for the core file.  */
 
-#define core_bfd (current_program_space->cbfd)
+#define core_bfd (current_program_space->cbfd.get ())
 
 /* Whether to open exec and core files read-only or read-write.  */
 
This page took 0.023576 seconds and 4 git commands to generate.