Warn if a section doesn't fit into the ImageSize

svn path=/branches/ros-amd64-bringup/; revision=37306
This commit is contained in:
Timo Kreuzer
2008-11-12 14:43:25 +00:00
parent 7db1ae03ba
commit 9ae42204ec
@@ -543,6 +543,12 @@ FrLdrReadAndMapImage(IN FILE *Image,
Section[i].Misc.VirtualSize);
}
}
else
{
DbgPrint("Section %s in %s doesn't fit: VA: %lx, Size: %lx\n",
Section[i].Name, Name, Section[i].VirtualAddress,
Section[i].Misc.VirtualSize);
}
}
/* Calculate Difference between Real Base and Compiled Base*/