diff options
Diffstat (limited to 'ArmPlatformPkg/Sec/Exception.S')
-rw-r--r-- | ArmPlatformPkg/Sec/Exception.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ArmPlatformPkg/Sec/Exception.S b/ArmPlatformPkg/Sec/Exception.S index 54d6104b81..4c7f780dbe 100644 --- a/ArmPlatformPkg/Sec/Exception.S +++ b/ArmPlatformPkg/Sec/Exception.S @@ -29,9 +29,6 @@ GCC_ASM_EXPORT(SecVectorTable) //Default Exception Handlers //============================================================ -//FIXME: One of the EDK2 tool is broken. It does not look to respect the alignment. Even, if we specify 32-byte alignment for this file. -Dummy1: .word 0 -Dummy2: .word 0 ASM_PFX(SecVectorTable): b _DefaultResetHandler |