mirror of https://github.com/acidanthera/audk.git
Sync with PeiDxeDebugLibReportStatusCodeLib to fix IPF alignment issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2016 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f5103f2a21
commit
b672349a8c
|
@ -123,7 +123,7 @@ DebugPrint (
|
|||
//
|
||||
VA_START (Marker, Format);
|
||||
for (Index = 0, ArgumentPointer = (UINT64 *)(DebugInfo + 1); Index < 12; Index++, ArgumentPointer++) {
|
||||
*ArgumentPointer = VA_ARG (Marker, UINT64);
|
||||
WriteUnaligned64(ArgumentPointer, VA_ARG (Marker, UINT64));
|
||||
}
|
||||
VA_END (Marker);
|
||||
AsciiStrCpy ((CHAR8 *)ArgumentPointer, Format);
|
||||
|
|
Loading…
Reference in New Issue