diff options
-rw-r--r-- | ArmPlatformPkg/PrePeiCore/Exception.S | 1 | ||||
-rw-r--r-- | ArmPlatformPkg/Sec/Exception.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PrePeiCore/Exception.S b/ArmPlatformPkg/PrePeiCore/Exception.S index c2ce15657b..159a4d0578 100644 --- a/ArmPlatformPkg/PrePeiCore/Exception.S +++ b/ArmPlatformPkg/PrePeiCore/Exception.S @@ -100,4 +100,3 @@ _DefaultFiq: mov r0, #7 blx ASM_PFX(PeiCommonExceptionEntry) - END
diff --git a/ArmPlatformPkg/Sec/Exception.S b/ArmPlatformPkg/Sec/Exception.S index 067e5097cf..c1fd14d49b 100644 --- a/ArmPlatformPkg/Sec/Exception.S +++ b/ArmPlatformPkg/Sec/Exception.S @@ -100,4 +100,3 @@ _DefaultFiq: mov r0, #7 blx ASM_PFX(SecCommonExceptionEntry) - END |