forked from Imagelibrary/binutils-gdb
gdb: fix darwin-nat build (again)
I made a mistake in the previous patch. Adjust the format string to match the arguments. Change-Id: I4d45e0e0adb78eb3b5a06ba1a5287155940056ba
This commit is contained in:
@@ -1171,7 +1171,7 @@ darwin_nat_target::wait_1 (ptid_t ptid, struct target_waitstatus *status)
|
||||
darwin_thread_t *thread;
|
||||
|
||||
inferior_debug
|
||||
(2, _("darwin_wait: waiting for a message ptid=%s thread=%lx\n"),
|
||||
(2, _("darwin_wait: waiting for a message ptid=%s\n"),
|
||||
ptid.to_string ().c_str ());
|
||||
|
||||
/* Handle fake stop events at first. */
|
||||
|
||||
Reference in New Issue
Block a user