Implement Ada operator overloading
[deliverable/binutils-gdb.git] / gdb / target-delegates.c
index 69fbc0f3b23c6bd08ac7e7ef1634e61def34f73e..1c7999724c7c2111e1803884d2acc20823f47e96 100644 (file)
@@ -2030,7 +2030,7 @@ target_ops::get_section_table ()
 const target_section_table *
 dummy_target::get_section_table ()
 {
-  return NULL;
+  return default_get_section_table ();
 }
 
 const target_section_table *
This page took 0.024012 seconds and 4 git commands to generate.