X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteMm2.c;fp=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteMm2.c;h=ebab66f2391a4762ef61600347a3ae92c7f371a2;hp=6b77aed7a42d8c183f40a8c8355b5356ef57c323;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm2.c b/MdePkg/Library/BaseLib/Ia32/WriteMm2.c index 6b77aed7a4..ebab66f239 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm2.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm2.c @@ -6,9 +6,6 @@ **/ - - - /** Writes the current value of 64-bit MMX Register #2 (MM2). @@ -21,7 +18,7 @@ VOID EFIAPI AsmWriteMm2 ( - IN UINT64 Value + IN UINT64 Value ) { _asm { @@ -29,4 +26,3 @@ AsmWriteMm2 ( emms } } -