mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
MFi386: revision 1.519
This commit is contained in:
parent
3ffc9f0bff
commit
8fed82b9af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96577
@ -1403,7 +1403,7 @@ getmemsize(int first)
|
||||
}
|
||||
physmap[physmap_idx] = smap->base;
|
||||
physmap[physmap_idx + 1] = smap->base + smap->length;
|
||||
next_run:
|
||||
next_run: ;
|
||||
} while (vmf.vmf_ebx != 0);
|
||||
|
||||
if (physmap[1] != 0)
|
||||
|
@ -1403,7 +1403,7 @@ getmemsize(int first)
|
||||
}
|
||||
physmap[physmap_idx] = smap->base;
|
||||
physmap[physmap_idx + 1] = smap->base + smap->length;
|
||||
next_run:
|
||||
next_run: ;
|
||||
} while (vmf.vmf_ebx != 0);
|
||||
|
||||
if (physmap[1] != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user