]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadDr6.S
sync comments.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadDr6.S
index c514a7680f99dcba5dd497a4642bbb16fa1c6c92..da5dacad47346f4e7e6dc1042e5485992b1165ee 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr6.Asm\r
+#   ReadDr6.S\r
 #\r
 # Abstract:\r
 #\r
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _AsmReadDr6\r
+.globl ASM_PFX(AsmReadDr6)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINTN\r
@@ -30,6 +30,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmReadDr6:\r
+ASM_PFX(AsmReadDr6):\r
     movl    %dr6, %eax\r
     ret\r