On 04/06/2018 08:19 AM, Emilio G. Cota wrote: > Notes: > > - Did not convert {num,max}_insns, since the corresponding code > will go away in the next patch. > > - ctx->pc becomes ctx->base.pc_next, and ctx->next_pc becomes ctx->pc_tmp. > > While at it, convert the remaining tb->cflags readers to tb_cflags(). > > Cc: Michael Clark <m...@sifive.com> > Cc: Palmer Dabbelt <pal...@sifive.com> > Cc: Sagar Karandikar <sag...@eecs.berkeley.edu> > Cc: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > Signed-off-by: Emilio G. Cota <c...@braap.org> > --- > target/riscv/translate.c | 129 > +++++++++++++++++++++++------------------------ > 1 file changed, 64 insertions(+), 65 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~