]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/CpuDxe: Exception Handling SP Adjust
authorEugene Cohen <eugene@hp.com>
Tue, 10 Sep 2013 10:10:56 +0000 (10:10 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Sep 2013 10:10:56 +0000 (10:10 +0000)
commit1bc3923d08d96a1be657aa9b3b331824a48421b8
tree083f10a6e86049ae5d035d219332ac452604865f
parente8326a006ac55997001e46a73f3aa14bf4c4a999
ArmPkg/CpuDxe: Exception Handling SP Adjust

The exception handling support code appears to adjust the stack pointer in the wrong direction.
It decrements the stack pointer by 0x60, but this should be an increment (add) for the
downward-growing stack.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen <eugene@hp.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14646 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/CpuDxe/ArmV6/ExceptionSupport.S
ArmPkg/Drivers/CpuDxe/ArmV6/ExceptionSupport.asm