mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
* remote-udi.c (udi_wait): Make type, instead of name, of first
parameter a ptid_t.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-07-08 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* remote-udi.c (udi_wait): Make type, instead of name, of first
|
||||||
|
parameter a ptid_t.
|
||||||
|
|
||||||
2001-07-07 Andrew Cagney <ac131313@redhat.com>
|
2001-07-07 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* ser-mac.c: Make obsolete.
|
* ser-mac.c: Make obsolete.
|
||||||
|
@ -409,7 +409,7 @@ udi_resume (ptid_t ptid, int step, enum target_signal sig)
|
|||||||
storing status in STATUS just as `wait' would. */
|
storing status in STATUS just as `wait' would. */
|
||||||
|
|
||||||
static ptid_t
|
static ptid_t
|
||||||
udi_wait (int ptid_t, struct target_waitstatus *status)
|
udi_wait (ptid_t ptid, struct target_waitstatus *status)
|
||||||
{
|
{
|
||||||
UDIInt32 MaxTime;
|
UDIInt32 MaxTime;
|
||||||
UDIPId PId;
|
UDIPId PId;
|
||||||
|
Reference in New Issue
Block a user