]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove unnecessary .align directory and change .align directory to .p2align to avoid...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Aug 2009 09:00:33 +0000 (09:00 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Aug 2009 09:00:33 +0000 (09:00 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9163 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/Thunk16.S
EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/Thunk16.S

index 0f3abbd7890ed10bfe51fc316cd164636f5e513f..640f07a1af6cfabc3c5c413edb05e580ffb25e70 100644 (file)
@@ -1,6 +1,6 @@
 #*****************************************************************************\r
 #*\r
-#*   Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
+#*   Copyright (c) 2006 - 2009, 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
@@ -51,7 +51,6 @@ _16Gdtr:
 \r
 \r
 .text\r
-.align  16\r
 \r
 \r
 ASM_PFX(Thunk16):\r
index 26709e61b06006d0e33b89014b293dfa94809cba..b4ed1d5111304643757254311ab35ca5ddbc898e 100644 (file)
@@ -1,6 +1,6 @@
 #*****************************************************************************\r
 #*\r
-#*   Copyright (c) 2008, Intel Corporation                                                         \r
+#*   Copyright (c) 2008 - 2009, 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
@@ -166,7 +166,7 @@ Label:
       retq   \r
 \r
 \r
-    .align 0x10\r
+    .p2align 4\r
 \r
 _Code16Addr:\r
 ASM_PFX(RealMode):\r