mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Add target_ops argument to to_get_tib_address
2014-02-19 Tom Tromey <tromey@redhat.com> * windows-nat.c (windows_get_tib_address): Add 'self' argument. * target.h (struct target_ops) <to_get_tib_address>: Add argument. (target_get_tib_address): Add argument. * target.c (update_current_target): Update. * remote.c (remote_get_tib_address): Add 'self' argument.
This commit is contained in:
@ -2570,7 +2570,8 @@ windows_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||
Returns 1 if ptid is found and sets *ADDR to thread_local_base. */
|
||||
|
||||
static int
|
||||
windows_get_tib_address (ptid_t ptid, CORE_ADDR *addr)
|
||||
windows_get_tib_address (struct target_ops *self,
|
||||
ptid_t ptid, CORE_ADDR *addr)
|
||||
{
|
||||
thread_info *th;
|
||||
|
||||
|
Reference in New Issue
Block a user