diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-05-13 11:53:40 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-05-13 11:53:40 +0000 |
| commit | f5d3fceede2b7666f8e0661cf4c0362f60c9377b (patch) | |
| tree | 3147e35f213729d533e8de1d5ff81accccb4c50a | |
| parent | 7893b524b92661b4fd7017853191eba95299d3b9 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 2 |
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) |
