X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteDr3.c;fp=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteDr3.c;h=6eafe40dcff06d7ad5e841661807e1871b958e0b;hp=7cb1d3724e759495da7131c454c687b96b8b04ac;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/BaseLib/Ia32/WriteDr3.c b/MdePkg/Library/BaseLib/Ia32/WriteDr3.c index 7cb1d3724e..6eafe40dcf 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteDr3.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteDr3.c @@ -20,7 +20,7 @@ UINTN EFIAPI AsmWriteDr3 ( - IN UINTN Value + IN UINTN Value ) { _asm { @@ -28,4 +28,3 @@ AsmWriteDr3 ( mov dr3, eax } } -