TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadEflags.c
Go to the documentation of this file.
1
20EFIAPI
22 VOID
23 )
24{
25 __asm {
26 pushfd
27 pop eax
28 }
29}
UINT64 UINTN
UINTN EFIAPI AsmReadEflags(VOID)
Definition: ReadEflags.c:21