audk/ArmPkg/Library/DefaultExceptionHandlerLib
Ard Biesheuvel f9ebccec09 ArmPkg/DefaultExceptionHandlerLib: put ASSERT (FALSE) last
Putting DEBUG () code after an ASSERT (FALSE) statement is not very
useful, since the code will be unreachable on DEBUG builds and compiled
out on RELEASE builds. So move the ASSERT () statement after it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2016-07-01 13:24:25 +02:00
..
AArch64 ArmPkg/DefaultExceptionHandlerLib: put ASSERT (FALSE) last 2016-07-01 13:24:25 +02:00
Arm ArmPkg: DefaultExceptionHandler fixes for use with DxeCore 2016-02-15 10:37:52 +01:00
DefaultExceptionHandlerBase.c ArmPkg: Fixed unsigned type to be architecture independent 2013-03-12 00:50:46 +00:00
DefaultExceptionHandlerLib.inf ArmPkg: DefaultExceptionHandler fixes for use with DxeCore 2016-02-15 10:37:52 +01:00
DefaultExceptionHandlerLibBase.inf ArmPkg: Added Aarch64 support 2013-07-18 18:07:46 +00:00
DefaultExceptionHandlerUefi.c ArmPkg: DefaultExceptionHandler fixes for use with DxeCore 2016-02-15 10:37:52 +01:00