mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 12:44:50 +02:00
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 Arg3,
|
||||||
IN UINT64 Arg4
|
IN UINT64 Arg4
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)
|
||||||
#elif defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)
|
|
||||||
///
|
///
|
||||||
/// IA32 and x64 Specific Functions
|
/// IA32 and x64 Specific Functions
|
||||||
/// Byte packed structure for 16-bit Real Mode EFLAGS
|
/// Byte packed structure for 16-bit Real Mode EFLAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user