fix the number of entries

This commit is contained in:
Koh M. Nakagawa 2021-01-15 14:39:27 +09:00
parent cd286e1c08
commit 820dd28905
2 changed files with 2 additions and 2 deletions

View File

@ -1009,7 +1009,7 @@ const char* to_string(RELOC_POWERPC64 e) {
}
const char* to_string(RELOC_MIPS e) {
CONST_MAP(RELOC_MIPS, const char*, 111) enumStrings {
CONST_MAP(RELOC_MIPS, const char*, 112) enumStrings {
{ RELOC_MIPS::R_MICROMIPS_26_S1, "MIRCRO_MIPS_26_S1" },
{ RELOC_MIPS::R_MICROMIPS_CALL16, "MIRCRO_MIPS_CALL16" },
{ RELOC_MIPS::R_MICROMIPS_CALL_HI16, "MIRCRO_MIPS_CALL_HI16" },

View File

@ -528,7 +528,7 @@ CONST_MAP(RELOC_POWERPC64, uint32_t, 84) relocation_PPC64_sizes {
{ RELOC_POWERPC64::R_PPC64_REL16_HA, 16 },
};
CONST_MAP(RELOC_MIPS, uint32_t, 111) relocation_MIPS_sizes {
CONST_MAP(RELOC_MIPS, uint32_t, 112) relocation_MIPS_sizes {
{ RELOC_MIPS::R_MICROMIPS_26_S1, 26 },
{ RELOC_MIPS::R_MICROMIPS_CALL16, 16 },
{ RELOC_MIPS::R_MICROMIPS_CALL_HI16, 16 },