diff options
Diffstat (limited to 'tests/dristat.c')
-rw-r--r-- | tests/dristat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dristat.c b/tests/dristat.c index 48c3b51b..900a3e6e 100644 --- a/tests/dristat.c +++ b/tests/dristat.c @@ -108,7 +108,8 @@ static void getvm(int fd) flagname[6] = '\0'; printf(" %4d 0x%08lx 0x%08lx %3.3s %6.6s 0x%08lx ", - i, offset, (unsigned long)size, typename, flagname, handle); + i, (unsigned long)offset, (unsigned long)size, + typename, flagname, (unsigned long)handle); if (mtrr < 0) printf("none\n"); else printf("%4d\n", mtrr); } |