* i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
[deliverable/binutils-gdb.git] / gdb / i386bsd-tdep.c
index c82e3104328e6a9696af72c6366367d879fb45f5..bddf1ca529e9fab2e8ad4ade7c4403979190c4a6 100644 (file)
@@ -38,7 +38,7 @@
 static CORE_ADDR
 i386bsd_sigcontext_addr (struct frame_info *next_frame)
 {
-  char buf[4];
+  gdb_byte buf[4];
   CORE_ADDR sp;
 
   frame_unwind_register (next_frame, I386_ESP_REGNUM, buf);
This page took 0.023733 seconds and 4 git commands to generate.