summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
diff options
context:
space:
mode:
authorGao, Liming <liming.gao@intel.com>2014-08-11 07:05:49 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2014-08-11 07:05:49 +0000
commit1be8039054d81cd5e5f602a6f3cd13a062cc2900 (patch)
tree619b29b40a4279154026f184c4f82a2fa5cb2185 /MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
parent31122d8c9ac34b8936cf09649cad6a8cbc93bbb9 (diff)
downloadedk2-platforms-1be8039054d81cd5e5f602a6f3cd13a062cc2900.tar.xz
MdePkg: Fix Clang build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Andrew Fish <afish@apple.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15784 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S')
-rw-r--r--MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S b/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
index 2f514444c8..53379ad0ef 100644
--- a/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
+++ b/MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
@@ -39,5 +39,5 @@ ASM_PFX(InternalMemSetMem64):
L0:
movq %mm0, (%edx)
lea 8(%edx), %edx
- loopl L0
+ loop L0
ret