aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/remote-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/remote-utils.h')
-rw-r--r--gdbserver/remote-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/remote-utils.h b/gdbserver/remote-utils.h
index 25074bc..b856862 100644
--- a/gdbserver/remote-utils.h
+++ b/gdbserver/remote-utils.h
@@ -41,7 +41,7 @@ void enable_async_io (void);
void disable_async_io (void);
void check_remote_input_interrupt_request (void);
void prepare_resume_reply (char *buf, ptid_t ptid,
- struct target_waitstatus *status);
+ const target_waitstatus &status);
const char *decode_address_to_semicolon (CORE_ADDR *addrp, const char *start);
void decode_address (CORE_ADDR *addrp, const char *start, int len);