[spu] Fix build break

gdb/ChangeLog:
2018-05-04  Ulrich Weigand  <uweigand@de.ibm.com>

	* spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
This commit is contained in:
Ulrich Weigand 2018-05-04 19:20:18 +02:00
parent 69b6ecb049
commit 2be4d7f0e0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
* spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
2018-05-04 Tom Tromey <tom@tromey.com>
* remote.c (remote_query_supported_append): Change type.

View File

@ -459,8 +459,8 @@ spu_linux_nat_target::post_attach (int pid)
/* Wait for child PTID to do something. Return id of the child,
minus_one_ptid in case of error; store status into *OURSTATUS. */
ptid_t
spu_linux_nat_target:::wait (ptid_t ptid, struct target_waitstatus *ourstatus,
int options)
spu_linux_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus,
int options)
{
int save_errno;
int status;