summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S')
-rw-r--r--MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S b/MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S
index 6bce0e1372..c7e0b8a2a1 100644
--- a/MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S
+++ b/MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S
@@ -42,7 +42,6 @@ _InternalMemCompareMem:
movzbl -1(%esi), %eax
movzbl -1(%edi), %edx
subl %edx, %eax
- subl %edx, %eax
pop %edi
pop %esi
ret