[PATCH 0/6] Two -Wclobbered fixes, plus other cleanup

Richard Henderson posted 6 patches 1 year, 4 months ago
Only 1 patches received!
There is a newer version of this series
accel/tcg/translate-all.c |  68 ++++++++++++------------
disas/nanomips.c          | 106 ++++++++++++++++----------------------
tcg/tcg.c                 |  12 +++++
3 files changed, 90 insertions(+), 96 deletions(-)
[PATCH 0/6] Two -Wclobbered fixes, plus other cleanup
Posted by Richard Henderson 1 year, 4 months ago
As reported by Stefan, and reproduced on Ubuntu 22.04.


r~

Richard Henderson (6):
  disas/nanomips: Move setjmp into nanomips_dis
  disas/nanomips: Merge insn{1,2,3} into words[3]
  disas/nanomips: Split out read_u16
  disas/nanomips: Tidy read for 48-bit opcodes
  tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
  accel/tcg: Split out setjmp_gen_code

 accel/tcg/translate-all.c |  68 ++++++++++++------------
 disas/nanomips.c          | 106 ++++++++++++++++----------------------
 tcg/tcg.c                 |  12 +++++
 3 files changed, 90 insertions(+), 96 deletions(-)

-- 
2.34.1