unicorn/qemu/accel
Richard Henderson 6990b212e3 cputlb: Fix size operand for tlb_fill on unaligned store
We are currently passing the size of the full write to
the tlb_fill for the second page. Instead pass the real
size of the write to that page.

This argument is unused within all tlb_fill, except to be
logged via tracing, so in practice this makes no difference.

But in a moment we'll need the value of size2 for watchpoints,
and if we've computed the value we might as well use it.

Backports commit 8f7cd2ad4acd01242d00807e231097b3de9f0930 from qemu
2020-01-12 06:17:09 -05:00
..
tcg cputlb: Fix size operand for tlb_fill on unaligned store 2020-01-12 06:17:09 -05:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00