\r
#if (DATAFLASH_PAGE_SIZE > VIRTUAL_MEMORY_BLOCK_SIZE)\r
/* If less than one dataflash page remaining, copy over the existing page to preserve trailing data */\r
if ((TotalBlocks * (VIRTUAL_MEMORY_BLOCK_SIZE >> 4)) < (DATAFLASH_PAGE_SIZE >> 4))\r
{\r
/* Copy selected dataflash's current page contents to the dataflash buffer */\r
\r
#if (DATAFLASH_PAGE_SIZE > VIRTUAL_MEMORY_BLOCK_SIZE)\r
/* If less than one dataflash page remaining, copy over the existing page to preserve trailing data */\r
if ((TotalBlocks * (VIRTUAL_MEMORY_BLOCK_SIZE >> 4)) < (DATAFLASH_PAGE_SIZE >> 4))\r
{\r
/* Copy selected dataflash's current page contents to the dataflash buffer */\r