fix (ELF): renamed 'cpu_instruction_set' -> 'elf_instruction_set''
This commit is contained in:
parent
2044bbdf36
commit
1f448a7b76
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue