- Properly initialize count

This commit is contained in:
Jan Stoess 2008-01-17 11:22:12 +01:00
parent 0787b6dc7a
commit be46829c0b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ CMD(cmd_dump_ptab, cg)
space_t * space;
addr_t vaddr;
word_t num, count;
word_t num, count = 0;
pgent_t * pg;
pgent_t::pgsize_e size, max_size;