DynamicTablesPkg: AmlLib\AmlDbgPrint fix ECC error
Fix ECC error 8001 reported errors in AmlDbgPrint. [8001] Only capital letters are allowed to be used for #define declarations. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
5e0b708f74
commit
e18bc21d6a
@ -310,7 +310,7 @@ AmlParseResourceData (
|
||||
return Status;
|
||||
}
|
||||
|
||||
DumpRaw (CurrRdElement, CurrRdElementSize);
|
||||
AMLDBG_DUMP_RAW (CurrRdElement, CurrRdElementSize);
|
||||
|
||||
// Exit the loop when finding the resource data end tag.
|
||||
if (AmlRdCompareDescId (
|
||||
|
Reference in New Issue
Block a user