On 6/2/21 8:53 PM, Jason Thorpe wrote:
In the unaligned access exception vector, actually pass the return PC in the exception frame. This is required in order for unaligned access fixup handlers in the operating system to work.Signed-off-by: Jason Thorpe<thor...@me.com> --- pal.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Ouch. Good catch. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~