Use gdb_byte for bytes from the program being debugged.
[deliverable/binutils-gdb.git] / gdb / i386-nto-tdep.c
index c8fcc5fb9fda924bf4dddd472d0a400d1e699be4..e39e805e0a2ca618f529ebf18fa78030cf576476 100644 (file)
@@ -294,7 +294,7 @@ i386nto_sigcontext_addr (struct frame_info *this_frame)
 {
   struct gdbarch *gdbarch = get_frame_arch (this_frame);
   enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
-  char buf[4];
+  gdb_byte buf[4];
   CORE_ADDR ptrctx;
 
   /* We store __ucontext_t addr in EDI register.  */
This page took 0.024122 seconds and 4 git commands to generate.