]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Use .p2align directive instead of ambiguous .align directive.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Aug 2009 07:24:59 +0000 (07:24 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Aug 2009 07:24:59 +0000 (07:24 +0000)
It seems for ARM, .align means power of two, so we'd like to use .p2align for more portability.
2. Fix some typos in ARM ProcessorBind.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9152 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Arm/ProcessorBind.h
MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S

index 2f24f0da7005b9866831e76ed1a50d09240e7e8f..956b59fdebf60fbab763dc30aab805ce31c72976 100644 (file)
@@ -23,7 +23,7 @@
 #define MDE_CPU_ARM\r
 \r
 //\r
-// Make sure we are useing the correct packing rules per EFI specification\r
+// Make sure we are using the correct packing rules per EFI specification\r
 //\r
 #ifndef __GNUC__\r
 #pragma pack()\r
@@ -101,7 +101,7 @@ typedef INT32   INTN;
 //\r
 // Modifier to ensure that all protocol member functions and EFI intrinsics\r
 // use the correct C calling convention. All protocol member functions and\r
-// EFI intrinsics are required to modify thier member functions with EFIAPI.\r
+// EFI intrinsics are required to modify their member functions with EFIAPI.\r
 //\r
 #define EFIAPI    \r
 \r
index 47134981a9aba25d2427090264a99e32a129f9e3..1041f8fb78ae7c83fb1a4546a8e01829674b4f7d 100644 (file)
@@ -15,7 +15,7 @@
 #------------------------------------------------------------------------------\r
 \r
 .text\r
-.align 2\r
+.p2align 2\r
 .globl ASM_PFX(CpuBreakpoint)\r
 \r
 #/**\r