MFi386: revision 1.519

This commit is contained in:
Yoshihiro Takahashi 2002-05-14 12:31:47 +00:00
parent 3ffc9f0bff
commit 8fed82b9af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96577
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)