diff options
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index 58566d58785..397163c3b75 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -106,13 +106,13 @@ extern void write_memory_with_notification (CORE_ADDR memaddr, /* Store VALUE at ADDR in the inferior as a LEN-byte unsigned integer. */ extern void write_memory_unsigned_integer (CORE_ADDR addr, int len, - enum bfd_endian byte_order, + enum bfd_endian byte_order, ULONGEST value); /* Store VALUE at ADDR in the inferior as a LEN-byte unsigned integer. */ extern void write_memory_signed_integer (CORE_ADDR addr, int len, - enum bfd_endian byte_order, - LONGEST value); + enum bfd_endian byte_order, + LONGEST value); /* Hook for `exec_file_command' command to call. */ |