diff options
Diffstat (limited to 'devel/gdb/files/kgdb/arm-fbsd-kern.c')
-rw-r--r-- | devel/gdb/files/kgdb/arm-fbsd-kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gdb/files/kgdb/arm-fbsd-kern.c b/devel/gdb/files/kgdb/arm-fbsd-kern.c index dd68c7a90d84..560aee0bfada 100644 --- a/devel/gdb/files/kgdb/arm-fbsd-kern.c +++ b/devel/gdb/files/kgdb/arm-fbsd-kern.c @@ -79,7 +79,7 @@ arm_fbsd_trapframe_cache (struct frame_info *this_frame, void **this_cache) struct gdbarch *gdbarch = get_frame_arch (this_frame); enum bfd_endian byte_order = gdbarch_byte_order (gdbarch); struct trad_frame_cache *cache; - CORE_ADDR addr, func, pc, sp; + CORE_ADDR func, pc, sp; const char *name; int i; |