X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibMmx%2FIa32%2FSetMem64.S;h=53379ad0efd73c61abd48c957082488a869bc3b5;hb=d7634dc0c5a83360b3b6c155df29c078ad9c77ce;hp=ac1b9b1c3b215f19a3380261efe50c80bb715704;hpb=085c39686cda99363262180e870135c9a80d8a4e;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S b/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S index ac1b9b1c3b..53379ad0ef 100644 --- a/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S +++ b/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S @@ -4,7 +4,7 @@ # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @@ -39,5 +39,5 @@ ASM_PFX(InternalMemSetMem64): L0: movq %mm0, (%edx) lea 8(%edx), %edx - loopl L0 + loop L0 ret