git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5650 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
#define __PROCESSOR_BIND_H__
|
||||
|
||||
|
||||
//
|
||||
// Define the processor type so other code can make processor based choices
|
||||
//
|
||||
///
|
||||
/// Define the processor type so other code can make processor based choices
|
||||
///
|
||||
#define MDE_CPU_IPF
|
||||
|
||||
|
||||
@@ -220,9 +220,9 @@ typedef INT64 INTN;
|
||||
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
||||
#endif
|
||||
|
||||
//
|
||||
// A pointer to a function in IPF points to a plabel.
|
||||
//
|
||||
///
|
||||
/// A pointer to a function in IPF points to a plabel.
|
||||
///
|
||||
typedef struct {
|
||||
UINT64 EntryPoint;
|
||||
UINT64 GP;
|
||||
|
Reference in New Issue
Block a user