git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@92 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2001-10-16 23:34:07 +00:00
parent 90d4f82fc9
commit 4aece9605f
1 changed files with 3 additions and 1 deletions

View File

@ -117,7 +117,9 @@ part_def :
}
/*
* perform some sanity checking
* perform some sanity checking, and compute the number of bits
* to shift a page for constructing the page address for
* page-addressed memories.
*/
for (i=0; i<AVR_MAXMEMTYPES; i++) {
if (current_part->mem[i].paged) {