diff options
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 5bb659b3f824a..472789e9449bf 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 5bb659b3f824a..472789e9449bf 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) |
