diff --git a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S index f1b6bc391a..6fd2c1d8f2 100644 --- a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S +++ b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S @@ -22,7 +22,7 @@ #define GdtrProfile RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x10 #define IdtrProfile RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x16 #define BufferStart RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x1C -#define ProcessorNumber, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x20 +#define ProcessorNumber RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x20 #------------------------------------------------------------------------------------- #RendezvousFunnelProc procedure follows. All APs execute their procedure. This