]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use cp15_ifar_get to get the instruction fault address. When using Thumb-2
authorandrew <andrew@FreeBSD.org>
Fri, 17 Apr 2015 09:14:58 +0000 (09:14 +0000)
committerandrew <andrew@FreeBSD.org>
Fri, 17 Apr 2015 09:14:58 +0000 (09:14 +0000)
commit4bc400d973060d337ae7525b8270d22c6fe3f19f
treeed13e22b347391439163caa406cf70523ca5980c
parent3c3cd07e05483c49b9ff6cb19e23650553ac5e14
Use cp15_ifar_get to get the instruction fault address. When using Thumb-2
the instruction may be over two pages so the program counter could point
to the wrong page.
sys/arm/arm/trap-v6.c