Clean ECP for build failure.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6760 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2008-11-27 07:58:15 +00:00
parent 286f1bd2a9
commit 88b6bcec9d
14 changed files with 36 additions and 28 deletions

View File

@@ -561,8 +561,6 @@ COMPONENT_TYPE = LIBRARY
ChkStkGcc.c | GCC
[Sources.IPF]
SynchronizationMsc.c
Math64.c
Ipf/asm.h
Ipf/ia_64gen.h
Ipf/PalCallStatic.s
@@ -570,7 +568,6 @@ COMPONENT_TYPE = LIBRARY
Ipf/longjmp.s
Ipf/SwitchStack.s
Ipf/Unaligned.c
Ipf/CpuBreakpoint.c
Ipf/InterlockedCompareExchange32.s
Ipf/InterlockedCompareExchange64.s
Ipf/Synchronization.c
@@ -589,7 +586,13 @@ COMPONENT_TYPE = LIBRARY
Ipf/ExecFc.s
Ipf/ReadCpuid.s
Ipf/AccessGp.s
Math64.c
Ipf/CpuBreakpoint.c | INTEL
Ipf/CpuBreakpoint.c | MSFT
Synchronization.c | INTEL
SynchronizationMsc.c | MSFT
SynchronizationGcc.c | GCC
[sources.ebc]
Math64.c
Unaligned.c

View File

@@ -229,7 +229,7 @@ PROCEDURE_ENTRY(LongJump)
//
// check if RNAT is saved between saved BSP and curr BSPSTORE
//
dep r18 = 1,r16,3,6 // get RNAT address
dep r18 = -1,r16,3,6 // get RNAT address
;;
cmp.ltu p8,p9 = r18, r17 // RNAT saved on RSE
;;

View File

@@ -23,7 +23,7 @@ Abstract:
#include "Thunk16Lib.h"
#include "EfiCommonLib.h"
#define IA32API __cdecl
#define IA32API EFIAPI
extern CONST UINTN mCode16Size;