Move content from CPU specific ProcessorBind.h files into Base.h if the content is the same for all supported CPU architectures.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9097 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -121,14 +121,6 @@ typedef unsigned long UINTN;
|
||||
#define EFIAPI
|
||||
#endif
|
||||
|
||||
///
|
||||
/// The Microsoft* C compiler can removed references to unreferenced data items
|
||||
/// if the /OPT:REF linker option is used. We defined a macro as this is a
|
||||
/// a non standard extension. Currently not supported by the EBC compiler
|
||||
///
|
||||
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
||||
|
||||
|
||||
/**
|
||||
Return the pointer to the first instruction of a function given a function pointer.
|
||||
On EBC architectures, these two pointer values are the same,
|
||||
|
Reference in New Issue
Block a user