diff options
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r-- | gdb/memattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c index c973909dcd6..8e934e7a2b6 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)); |