diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 5bb659b3f824..472789e9449b 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -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) diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 5bb659b3f824..472789e9449b 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -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)