Message ID | 20180709175603.1320-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/sh4: Fix translator.c assertion failure for gUSA | expand |
On 9 July 2018 at 18:56, Richard Henderson <richard.henderson@linaro.org> wrote: > This patch got lost, and represents a regression from 2.12. > > Running check-tcg with all of the docker bells and whistles > will show this up, and is what reminded me. > > > r~ > > > The following changes since commit ec7eb2ae77cc207064e17ace048f7ec0c4b85d6f: > > translate-all: honour CF_NOCACHE in tb_gen_code (2018-07-09 16:14:36 +0100) > > are available in the Git repository at: > > https://github.com/rth7680/qemu.git tags/pull-sh4-20180709 > > for you to fetch changes up to be0e3d7a1e148180fe1b89c7f93720db0607614e: > > target/sh4: Fix translator.c assertion failure for gUSA (2018-07-09 10:34:04 -0700) > > ---------------------------------------------------------------- > Fix translation for gUSA regions. > > ---------------------------------------------------------------- > Richard Henderson (1): > target/sh4: Fix translator.c assertion failure for gUSA > > target/sh4/translate.c | 81 +++++++++++++++++++++++++++----------------------- > 1 file changed, 44 insertions(+), 37 deletions(-) Applied, thanks. -- PMM