On 02/22/2016 07:59 AM, Alex Bennée wrote: > My later debugging patches need access to the origin PC which is held in > the TranslationBlock structure. Pass down the whole structure as it also > holds the information about the code start point. > > Signed-off-by: Alex Bennée <[email protected]> > > --- > v1 > - checkpatch fixes > v5 > - much simplified due to changes since last posting > v6 > - remove needless tweaking of gen_code_buf in tb_gen_code > --- > tcg/tcg.c | 6 +++--- > tcg/tcg.h | 2 +- > translate-all.c | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
