mirror of https://github.com/acidanthera/audk.git
A typo in comments that alignment should be 8 for IPF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2549 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
72c11e3aaf
commit
39d03acf63
|
@ -30,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
//
|
//
|
||||||
// The alignment of variable's start offset.
|
// The alignment of variable's start offset.
|
||||||
// For IA32/X64 architecture, the alignment is set to 1, and
|
// For IA32/X64 architecture, the alignment is set to 1, and
|
||||||
// 2 is for IPF archtecture.
|
// 8 is for IPF archtecture.
|
||||||
//
|
//
|
||||||
#if defined (MDE_CPU_IPF)
|
#if defined (MDE_CPU_IPF)
|
||||||
#define ALIGNMENT 8
|
#define ALIGNMENT 8
|
||||||
|
|
Loading…
Reference in New Issue