On 16 June 2015 at 06:46, Peter Crosthwaite <crosthwaitepe...@gmail.com> wrote: > Use cpu_set_pc across the board for setting program counters. This > removes instances of system level code having to reach into the CPU > env. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> though you'll want to drop the &error_abort argument to cpu_set_pc() (see my review on patch 1). thanks -- PMM