View | Details | Raw Unified | Return to bug 244601
Collapse All | Expand All

(-)dialects/freebsd/dproc.c (-2 / +1 lines)
Lines 688-695 Link Here
688
	/*
688
	/*
689
	 * Read the next vm_map_entry.
689
	 * Read the next vm_map_entry.
690
	 */
690
	 */
691
	    if (!vm_map_entry_read_succ(NULL, e, vm_map_reader))
691
	    (void) vm_map_entry_read_succ(NULL, e, vm_map_reader);
692
		return;
693
692
694
#if	defined(MAP_ENTRY_IS_A_MAP)
693
#if	defined(MAP_ENTRY_IS_A_MAP)
695
	    if (e->eflags & (MAP_ENTRY_IS_A_MAP|MAP_ENTRY_IS_SUB_MAP))
694
	    if (e->eflags & (MAP_ENTRY_IS_A_MAP|MAP_ENTRY_IS_SUB_MAP))

Return to bug 244601