aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-05-13 11:53:40 +0000
committerBruce Evans <bde@FreeBSD.org>2002-05-13 11:53:40 +0000
commitf5d3fceede2b7666f8e0661cf4c0362f60c9377b (patch)
tree3147e35f213729d533e8de1d5ff81accccb4c50a
parent7893b524b92661b4fd7017853191eba95299d3b9 (diff)
Notes
-rw-r--r--sys/amd64/amd64/machdep.c2
-rw-r--r--sys/i386/i386/machdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 8db2ab8f3fab..2ec8d1c26912 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -1354,7 +1354,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/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 8db2ab8f3fab..2ec8d1c26912 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -1354,7 +1354,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)