diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-08-31 03:21:59 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-08-31 03:21:59 +0000 |
| commit | ea9b09fef21fff271fc08285c89280c63cddcab3 (patch) | |
| tree | 66e329879278fade5b765b361372c7bfe4764d39 | |
| parent | 0b1482d1fd7c834aee067f19b085cd1ff2eb44bb (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/dump_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/dump_machdep.c b/sys/alpha/alpha/dump_machdep.c index aff15945ca14..902cf129a746 100644 --- a/sys/alpha/alpha/dump_machdep.c +++ b/sys/alpha/alpha/dump_machdep.c @@ -57,7 +57,7 @@ dumpsys(struct dumperinfo *di) void *va; int i, mb; - printf("Dumping %u MB\n", Maxmem / (1024*1024 / PAGE_SIZE)); + printf("Dumping %ld MB\n", Maxmem / (1024*1024 / PAGE_SIZE)); /* Fill in the kernel dump header */ strcpy(kdh.magic, KERNELDUMPMAGIC); |
