On 05/09/2015 01:11 PM, Peter Crosthwaite wrote: > Add the print_insn pointer to the disassemble info structure. This is > to prepare for QOMification support, where a QOM CPU hook function will > be responsible for setting the print_insn function. Add this function > to the existing struct to consolidate such that only the one struct > needs to be passed to the new QOM API. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > disas.c | 68 > ++++++++++++++++++++++++++--------------------------- > include/disas/bfd.h | 6 +++++ > 2 files changed, 39 insertions(+), 35 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~