]> git.proxmox.com Git - mirror_edk2.git/commit
recalculate the total size of format string printed by DebugPrint().
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Aug 2009 02:33:05 +0000 (02:33 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Aug 2009 02:33:05 +0000 (02:33 +0000)
commit0fac539f37c79acd4211e6afeb9a7904d81bbf58
treed9eb9e420614a20522fc547b71e7601b736f0592
parentfd7544c6551ef7d4f1854d9646b3a7a86c667298
recalculate the total size of format string printed by DebugPrint().
To ensure constructed BaseListMarker can work on IPF, code preserves 4bytes to guarantee it's 64bits alignment. So the calculation algorithm on total size also should be updated.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9062 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c