Remove some ui_file_* functions
[deliverable/binutils-gdb.git] / gdb / ravenscar-thread.c
index 5d24c59e99693388a1218ef789576d1bd9d61fa5..fd3beb03ec3eb13ad292f368889f7d6f49af3971 100644 (file)
@@ -515,8 +515,9 @@ void
 ravenscar_thread_target::mourn_inferior ()
 {
   m_base_ptid = null_ptid;
-  beneath ()->mourn_inferior ();
+  target_ops *beneath = this->beneath ();
   unpush_target (this);
+  beneath->mourn_inferior ();
 }
 
 /* Implement the to_core_of_thread target_ops "method".  */
This page took 0.023003 seconds and 4 git commands to generate.