mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Phase 1 of the ptid_t changes.
This commit is contained in:
@@ -876,7 +876,7 @@ solib_create_inferior_hook (void)
|
||||
stop_signal = TARGET_SIGNAL_0;
|
||||
do
|
||||
{
|
||||
target_resume (-1, 0, stop_signal);
|
||||
target_resume (minus_one_ptid, 0, stop_signal);
|
||||
wait_for_inferior ();
|
||||
}
|
||||
while (stop_signal != TARGET_SIGNAL_TRAP);
|
||||
|
||||
Reference in New Issue
Block a user