* gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
+
+ * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
+
* hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
last_protection = protection;
}
}
+ /* Report the final region. */
+ if (last_region_end > last_region_address && last_protection != VM_PROT_NONE)
+ (*func) (last_region_address, last_region_end - last_region_address,
+ last_protection & VM_PROT_READ,
+ last_protection & VM_PROT_WRITE,
+ last_protection & VM_PROT_EXECUTE,
+ data);
}
\f