diff options
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index eb7d29d..7a0510c 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -190,7 +190,7 @@ protected: the size of the register set is returned. If the register set is not present, zero is returned. */ - bool have_regset (ptid_t ptid, int note); + size_t have_regset (ptid_t ptid, int note); /* Wrapper versions of the PT_GETREGSET and PT_REGSET helpers which accept a register set type. */ |