Fix build from r198563 (again). Sigh.

This commit is contained in:
Andrew Thompson 2009-10-28 21:41:23 +00:00
parent 394bd883ea
commit 64ec125306

View File

@ -331,7 +331,7 @@ void
platform_start() platform_start()
{ {
vm_size_t physsz = 0; vm_size_t physsz = 0;
int i; int i, j;
struct xlr_boot1_mem_map *boot_map; struct xlr_boot1_mem_map *boot_map;
#ifdef SMP #ifdef SMP
uint32_t tmp; uint32_t tmp;