mirror of https://github.com/acidanthera/audk.git
The ALIGNMENT definition has been moved to common header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2545 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4aa2a9a403
commit
18fda0cec0
|
@ -29,13 +29,6 @@ Abstract:
|
|||
//
|
||||
#include <Common/Variable.h>
|
||||
|
||||
#if defined (MDE_CPU_IPF)
|
||||
#define ALIGNMENT 8
|
||||
#else
|
||||
#define ALIGNMENT 1
|
||||
#endif
|
||||
|
||||
|
||||
#define VARIABLE_STORE_SIZE (64 * 1024)
|
||||
#define SCRATCH_SIZE (4 * 1024)
|
||||
|
||||
|
|
Loading…
Reference in New Issue