]> git.proxmox.com Git - mirror_edk2.git/commit
After the ASSERT adjust the PC so you skip the faulting instruction. Lets you walk...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Feb 2010 01:03:16 +0000 (01:03 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Feb 2010 01:03:16 +0000 (01:03 +0000)
commitd629c28396030c476b77e3f4c552da201e4dffe5
treea3c62d347003a211768a404a62b96836c48ace6b
parent026e30c4bb80a73ac7c5c286711ae07b1c51108b
After the ASSERT adjust the PC so you skip the faulting instruction. Lets you walk out of the exception handler and keeprunning code. This way you can walk out of the call stack.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10010 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandler.c