On 20 April 2018 at 16:50, Alex Bennée <alex.ben...@linaro.org> wrote: > accel/tcg/Makefile.objs | 1 + > accel/tcg/cputlb.c | 61 +---- > accel/tcg/cputlb.h | 20 ++ > accel/tcg/softmmu.c | 497 +++++++++++++++++++++++++++++++++++ > accel/tcg/softmmu_template.h | 435 ------------------------------ > 5 files changed, 528 insertions(+), 486 deletions(-) > create mode 100644 accel/tcg/cputlb.h > create mode 100644 accel/tcg/softmmu.c > delete mode 100644 accel/tcg/softmmu_template.h
It's a shame there's no option to git to say "count lines inside macro definitions as worth twice as much for the diffstat" :-) thanks -- PMM