error check relocations

This commit is contained in:
Nikita Smith
2025-06-25 10:53:22 -07:00
committed by Ryan Fleury
parent ad069cb854
commit c98ae0925f
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -385,6 +385,7 @@ enum
COFF_Reloc_X64_Pair = 0xF,
COFF_Reloc_X64_SSpan32 = 0x10,
COFF_Reloc_X64_Unknown_11 = 0x11,
COFF_Reloc_X64_Last = COFF_Reloc_X64_Unknown_11,
};
typedef COFF_RelocType COFF_Reloc_X86;