From 8fed82b9af4e202844a4322dc41dcaec377da5df Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 14 May 2002 12:31:47 +0000 Subject: [PATCH] MFi386: revision 1.519 --- sys/pc98/i386/machdep.c | 2 +- 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 5bb659b3f82..472789e9449 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 5bb659b3f82..472789e9449 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)