aboutsummaryrefslogtreecommitdiff
path: root/gdb/memattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r--gdb/memattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c
index c973909..8e934e7 100644
--- a/gdb/memattr.c
+++ b/gdb/memattr.c
@@ -71,6 +71,7 @@ create_mem_region (CORE_ADDR lo, CORE_ADDR hi,
printf_unfiltered ("overlapping memory region\n");
return NULL;
}
+ n = n->next;
}
new = xmalloc (sizeof (struct mem_region));