Use gdb_byte for bytes from the program being debugged.
[deliverable/binutils-gdb.git] / gdb / ia64-linux-tdep.c
index d3bf520e275b8e2fbe2ecad22e54c32593bd59f7..35ee4e2f9d92e1fe363b80fa2de1c486baa13a27 100644 (file)
@@ -54,7 +54,7 @@ ia64_linux_sigcontext_register_address (struct gdbarch *gdbarch,
                                        CORE_ADDR sp, int regno)
 {
   enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
-  char buf[8];
+  gdb_byte buf[8];
   CORE_ADDR sigcontext_addr = 0;
 
   /* The address of the sigcontext area is found at offset 16 in the
This page took 0.02465 seconds and 4 git commands to generate.