On 4/19/21 12:17 PM, Philippe Mathieu-Daudé wrote:
Since all entries are no more than 4 bytes (including nul
terminator), can save space and pie runtime relocations by
declaring regnames[] as array of 4 const char.
Suggested-by: Richard Henderson<richard.hender...@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
target/mips/internal.h | 4 ++--
target/mips/cpu.c | 2 +-
target/mips/fpu.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~