This commit is contained in:
committed by
Git OBS Bridge
parent
b48c99cb4d
commit
0ea70c8634
@@ -4558,9 +4558,9 @@ Index: gdb-head/gdb/linux-nat.c
|
||||
+}
|
||||
+
|
||||
+static void
|
||||
+spu_mourn_inferior (void)
|
||||
+spu_mourn_inferior (struct target_ops *ops)
|
||||
+{
|
||||
+ find_target_beneath (&spu_ops)->to_mourn_inferior ();
|
||||
+ find_target_beneath (&spu_ops)->to_mourn_inferior (ops);
|
||||
+ spu_multiarch_disable ();
|
||||
+}
|
||||
+
|
||||
|
Reference in New Issue
Block a user