X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadCr3.c;h=144b78057ba5cc5a1f7f43fc1453cb844a951541;hp=b00e32491947809fbd9cf9376c4636351c52e343;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCr3.c b/MdePkg/Library/BaseLib/Ia32/ReadCr3.c index b00e324919..144b78057b 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadCr3.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadCr3.c @@ -6,9 +6,6 @@ **/ - - - /** Reads the current value of the Control Register 3 (CR3). @@ -29,4 +26,3 @@ AsmReadCr3 ( mov eax, cr3 } } -