target/mips/mxu: Replace magic array size by its definition
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230712060806.82323-2-philmd@linaro.org>
This commit is contained in:
parent
02388b5925
commit
d4eda549d2
@ -609,7 +609,7 @@ enum {
|
||||
static TCGv mxu_gpr[NUMBER_OF_MXU_REGISTERS - 1];
|
||||
static TCGv mxu_CR;
|
||||
|
||||
static const char mxuregnames[][4] = {
|
||||
static const char mxuregnames[NUMBER_OF_MXU_REGISTERS][4] = {
|
||||
"XR1", "XR2", "XR3", "XR4", "XR5", "XR6", "XR7", "XR8",
|
||||
"XR9", "XR10", "XR11", "XR12", "XR13", "XR14", "XR15", "XCR",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user