summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-27 22:12:11 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-27 22:12:11 +0000
commit830db4123a1da7b8928196afb0c8723501664c79 (patch)
tree5aaa2c33ee2ae290d9b95dc88e2534d8bf3af6d2 /EdkCompatibilityPkg
parent74f895276abded87dd7eecd5dfda71157010aae2 (diff)
downloadedk2-platforms-830db4123a1da7b8928196afb0c8723501664c79.tar.xz
Fix Xcode build break.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10699 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S20
1 files changed, 10 insertions, 10 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S
index 1c52ed3bdc..1ddf11518f 100644
--- a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S
+++ b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/MpFuncs.S
@@ -12,16 +12,16 @@
#
#------------------------------------------------------------------------------
-.equ VacantFlag, 0x0
-.equ NotVacantFlag, 0xff
-
-.equ LockLocation, RendezvousFunnelProcEnd - RendezvousFunnelProcStart
-.equ StackStart, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04
-.equ StackSize, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x08
-.equ RendezvousProc, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x0C
-.equ GdtrProfile, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x10
-.equ IdtrProfile, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x16
-.equ BufferStart, RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x1C
+#define VacantFlag 0x0
+#define NotVacantFlag 0xff
+
+#define LockLocation RendezvousFunnelProcEnd - RendezvousFunnelProcStart
+#define StackStart RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x04
+#define StackSize RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x08
+#define RendezvousProc RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x0C
+#define GdtrProfile RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x10
+#define IdtrProfile RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x16
+#define BufferStart RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x1C
#-------------------------------------------------------------------------------------
#RendezvousFunnelProc procedure follows. All APs execute their procedure. This