DynamicTablesPkg: Fix X64 compilation errors
Add the support for X64 compilation to the CI. Fix the compilation errors. Cc: Pierre Gondois <pierre.gondois@arm.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
7a5823f85b
commit
ea658e35a9
@@ -2,7 +2,7 @@
|
||||
AML Code Generation.
|
||||
|
||||
Copyright (c) 2020 - 2022, Arm Limited. All rights reserved.<BR>
|
||||
Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
|
||||
Copyright (C) 2023 - 2024, Advanced Micro Devices, Inc. All rights reserved.<BR>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
@@ -922,7 +922,7 @@ AmlCodeGenNameUnicodeString (
|
||||
Status = AmlCreateDataNode (
|
||||
EAmlNodeDataTypeRaw,
|
||||
(CONST UINT8 *)String,
|
||||
StrSize (String),
|
||||
(UINT32)StrSize (String),
|
||||
&DataNode
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
|
Reference in New Issue
Block a user