X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadEflags.c;fp=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadEflags.c;h=af3375503f805b1c261f638fc48481385b6d68b5;hp=1cea323c55c806405e4a2421c0a95e82fc67b2c8;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/BaseLib/Ia32/ReadEflags.c b/MdePkg/Library/BaseLib/Ia32/ReadEflags.c index 1cea323c55..af3375503f 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadEflags.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadEflags.c @@ -6,9 +6,6 @@ **/ - - - /** Reads the current value of the EFLAGS register. @@ -30,4 +27,3 @@ AsmReadEflags ( pop eax } } -