diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-05-14 12:31:47 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-05-14 12:31:47 +0000 |
| commit | 8fed82b9af4e202844a4322dc41dcaec377da5df (patch) | |
| tree | 634261cde6d6c2c04ca3c2d6b92c04dbd2febe24 /sys/pc98 | |
| parent | 3ffc9f0bffd2fbee0c04d4c18cb184486daa84c6 (diff) | |
Notes
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) |
