commit | a169c0ba88803576addae81aa2fd4d8f16eef0cc | [log] [tgz] |
---|---|---|
author | Jason Thorpe <thorpej@me.com> | Wed Jun 02 20:53:11 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Jun 05 17:26:13 2021 -0700 |
tree | 3f83146e131b20fed2ed46aba07148013c941598 | |
parent | 394234f7d7fb737198783ce6340873858aa939f9 [diff] |
Fix delivery of unaligned access exceptions. 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 <thorpej@me.com> Message-Id: <20210603035317.6814-3-thorpej@me.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>