diff options
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r-- | gdb/memattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c index ba64291..b1b4a78 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -34,7 +34,7 @@ static struct mem_region * create_mem_region (CORE_ADDR lo, CORE_ADDR hi, const struct mem_attrib *attrib) { - struct mem_region *n, *p, *new; + struct mem_region *n, *new; if (lo > hi) { |