]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X86ReadGdtr.c
1. Use .p2align directive instead of ambiguous .align directive.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X86ReadGdtr.c
index 80d35863cf84ab92a3518d84ec5027b0bf37debf..43d94f493287d528da02ccf6ed18fa6e9332eaa8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   IA-32/x64 AsmReadGdtr()\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation<BR>\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
@@ -21,7 +21,7 @@
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r