mirror of https://github.com/acidanthera/audk.git
Do *not* use #elif but use seperate #define to make sure all structure can exist in doxygen document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7005 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5f8be01274
commit
fd16305082
|
@ -4959,9 +4959,9 @@ AsmPalCall (
|
|||
IN UINT64 Arg3,
|
||||
IN UINT64 Arg4
|
||||
);
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)
|
||||
#if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)
|
||||
///
|
||||
/// IA32 and x64 Specific Functions
|
||||
/// Byte packed structure for 16-bit Real Mode EFLAGS
|
||||
|
|
Loading…
Reference in New Issue