fix (ELF): renamed 'cpu_instruction_set' -> 'elf_instruction_set''

This commit is contained in:
antifallobst 2023-02-28 22:50:35 +01:00
parent 2044bbdf36
commit 1f448a7b76
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ typedef enum {
ELF_ISA_WDC65C816 = 0x0101, ELF_ISA_WDC65C816 = 0x0101,
ELF_ISA_UNKNOWN = 0xFFFF ELF_ISA_UNKNOWN = 0xFFFF
} cpu_instruction_set_E; } elf_instruction_set_E;
typedef struct { typedef struct {