On 6/17/21 10:43 AM, Philippe Mathieu-Daudé wrote:
Since all entries are no more than 3/4/6 bytes (including nul
terminator), can save space and pie runtime relocations by
declaring regnames[] as array of 3/4/6 const char.

Inspired-by: Richard Henderson<richard.hender...@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/internal.h          | 2 +-
  target/mips/cpu.c               | 2 +-
  target/mips/tcg/msa_translate.c | 2 +-
  target/mips/tcg/mxu_translate.c | 4 ++--
  target/mips/tcg/translate.c     | 4 ++--
  5 files changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to