]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/ReadMm2.S
Refine comments of X64 assembly files of MDE BaseLib.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / ReadMm2.S
index d80ad64eecf15633ba3920f376fc15cd5e1409b2..88d829e90436eabc441387e93173a1fe597682e8 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -32,6 +32,5 @@
 .global ASM_PFX(AsmReadMm2)
 .align 16
 ASM_PFX(AsmReadMm2):
-    #DB      48h, 0fh, 7eh, 0d0h
     movd       %mm2, %rax
     ret