From 16c8cfc81054aa76e133eab1033560052727cab5 Mon Sep 17 00:00:00 2001 From: Abdul Lateef Attar Date: Wed, 3 Jan 2024 15:22:39 +0530 Subject: DynamicTablesPkg: Fix IA32 compilation errors Add the support for X64 compilation to the CI. - Fix the signed and unsigned variable comparision. warning C4018: '>': signed/unsigned mismatch - Fix the NOOPT build error for IA32 by replacing 64bit shift operator with LShiftU64. Cc: Pierre Gondois Cc: Sami Mujawar Signed-off-by: Abdul Lateef Attar Reviewed-by: Sami Mujawar --- DynamicTablesPkg/DynamicTables.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DynamicTablesPkg/DynamicTables.dsc.inc') diff --git a/DynamicTablesPkg/DynamicTables.dsc.inc b/DynamicTablesPkg/DynamicTables.dsc.inc index 0e67207f8e..8c99574097 100644 --- a/DynamicTablesPkg/DynamicTables.dsc.inc +++ b/DynamicTablesPkg/DynamicTables.dsc.inc @@ -27,7 +27,7 @@ # DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf -[Components.X64] +[Components.IA32, Components.X64] # # Dynamic Table Factory Dxe # -- cgit v1.2.3