summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe/AArch64
diff options
context:
space:
mode:
authorBrendan Jackman <brendan.jackman@arm.com>2014-05-08 14:59:50 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-05-08 14:59:50 +0000
commitf8a9910c9bee387c143029c95524bc3d3286ae55 (patch)
tree5b3ce2e50738f4103f2b22272241d5777e0980a7 /ArmPkg/Drivers/CpuDxe/AArch64
parent73ca50096eea3edc64e2c635b6b6d99fbb5572d5 (diff)
downloadedk2-f8a9910c9bee387c143029c95524bc3d3286ae55.tar.gz
edk2-f8a9910c9bee387c143029c95524bc3d3286ae55.tar.bz2
edk2-f8a9910c9bee387c143029c95524bc3d3286ae55.zip
ARM Packages: Use .8byte instead of .dword for pointers
Clang doesn't recognise .dword Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Brendan Jackman <brendan.jackman@arm.com> Reviewed-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15510 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/CpuDxe/AArch64')
-rw-r--r--ArmPkg/Drivers/CpuDxe/AArch64/ExceptionSupport.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/AArch64/ExceptionSupport.S b/ArmPkg/Drivers/CpuDxe/AArch64/ExceptionSupport.S
index 42e3596280..72111d1892 100644
--- a/ArmPkg/Drivers/CpuDxe/AArch64/ExceptionSupport.S
+++ b/ArmPkg/Drivers/CpuDxe/AArch64/ExceptionSupport.S
@@ -286,7 +286,7 @@ ASM_PFX(SErrorEntry):
//
.align 3
ASM_PFX(CommonExceptionEntry):
- .dword ASM_PFX(AsmCommonExceptionEntry)
+ .8byte ASM_PFX(AsmCommonExceptionEntry)
ASM_PFX(ExceptionHandlersEnd):