diff options
Diffstat (limited to 'gdb/findcmd.c')
-rw-r--r-- | gdb/findcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/findcmd.c b/gdb/findcmd.c index ff13f22..ed2cea7 100644 --- a/gdb/findcmd.c +++ b/gdb/findcmd.c @@ -30,7 +30,7 @@ /* Copied from bfd_put_bits. */ static void -put_bits (bfd_uint64_t data, gdb::byte_vector &buf, int bits, bfd_boolean big_p) +put_bits (uint64_t data, gdb::byte_vector &buf, int bits, bfd_boolean big_p) { int i; int bytes; |