diff options
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 0015e99..83cc553 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -409,7 +409,7 @@ udi_resume (ptid_t ptid, int step, enum target_signal sig) storing status in STATUS just as `wait' would. */ static ptid_t -udi_wait (int ptid_t, struct target_waitstatus *status) +udi_wait (ptid_t ptid, struct target_waitstatus *status) { UDIInt32 MaxTime; UDIPId PId; |