From a69c49fc119ae22e62acd00da011fb9e2bfa433f Mon Sep 17 00:00:00 2001 From: bxing Date: Thu, 6 Jul 2006 07:46:22 +0000 Subject: 1. Simplified PalCallStatic.s's by removing unnecessary condition testings. 2. Fixed a logical error in Synchronization.c which caused InterlockedIncrement() and InterlockedDecrement() to hang. 3. Replaced the pseudo-implementation of GetInterruptState() with a real version. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@793 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/BaseLib.msa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdePkg/Library/BaseLib/BaseLib.msa') diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa index 5e677704a8..8d7af00fec 100644 --- a/MdePkg/Library/BaseLib/BaseLib.msa +++ b/MdePkg/Library/BaseLib/BaseLib.msa @@ -1,4 +1,4 @@ - + BaseLib @@ -277,6 +277,7 @@ Ipf/Synchronization.c Ipf/CpuPause.s Ipf/CpuFlushTlb.s + Ipf/GetInterruptState.s Math64.c Unaligned.c Ebc/SwitchStack.c -- cgit v1.2.3