summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-05-14 12:31:47 +0000
committernyan <nyan@FreeBSD.org>2002-05-14 12:31:47 +0000
commitf4fa5aa9e1cdf14f9fa9945660bc72225648bff8 (patch)
tree634261cde6d6c2c04ca3c2d6b92c04dbd2febe24 /sys
parent348895a33a3469effa12f269039e4c421634428c (diff)
downloadFreeBSD-src-f4fa5aa9e1cdf14f9fa9945660bc72225648bff8.zip
FreeBSD-src-f4fa5aa9e1cdf14f9fa9945660bc72225648bff8.tar.gz
MFi386: revision 1.519
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/pc98/machdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 5bb659b..472789e 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 5bb659b..472789e 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)
OpenPOWER on IntegriCloud