aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-05-14 12:31:47 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-05-14 12:31:47 +0000
commit8fed82b9af4e202844a4322dc41dcaec377da5df (patch)
tree634261cde6d6c2c04ca3c2d6b92c04dbd2febe24 /sys/pc98
parent3ffc9f0bffd2fbee0c04d4c18cb184486daa84c6 (diff)
downloadsrc-8fed82b9af4e202844a4322dc41dcaec377da5df.tar.gz
src-8fed82b9af4e202844a4322dc41dcaec377da5df.zip
MFi386: revision 1.519
Notes
Notes: svn path=/head/; revision=96577
Diffstat (limited to 'sys/pc98')
-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 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)