]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmLib: Correct Error Handling in AArch64
authorOlivier Martin <olivier.martin@arm.com>
Wed, 26 Mar 2014 19:34:32 +0000 (19:34 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 26 Mar 2014 19:34:32 +0000 (19:34 +0000)
commit19dc108b65f6049c10663b713cea4bca83f9d801
treec5d6938157b3f4f8d4e3edd10ee34e383b0d35c0
parentcf02da5203db848a4ddcd6e33c2dec28c4ca4b74
ArmPkg/ArmLib: Correct Error Handling in AArch64

There are several instances of asserts which do not also handle
the error condition in Release builds.
Because these functions are called in different location of the
code and their parameters might change during the execution, it
is safer to handle the error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15399 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c