On 8 September 2017 at 17:58, Richard Henderson <richard.hender...@linaro.org> wrote: > On 09/08/2017 04:02 AM, Jaroslaw Pelczar wrote: >> Previously when single stepping through ERET instruction via GDB >> would result in debugger entering the "next" PC after ERET instruction. >> When debugging in kernel mode, this will also cause unintended behavior, >> because debugger will try to access memory from EL0 point of view. >> >> Signed-off-by: Jaroslaw Pelczar <j.pelc...@samsung.com> >> --- >> target/arm/translate-a64.c | 1 + >> 1 file changed, 1 insertion(+) > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Applied, thanks. -- PMM