From 1f448a7b76ec700731dba1e6459ec002b8485636 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Tue, 28 Feb 2023 22:50:35 +0100 Subject: [PATCH] fix (ELF): renamed 'cpu_instruction_set' -> 'elf_instruction_set'' --- kernel/inc/drivers/elf/header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/inc/drivers/elf/header.h b/kernel/inc/drivers/elf/header.h index 2212b4e..8c93e33 100644 --- a/kernel/inc/drivers/elf/header.h +++ b/kernel/inc/drivers/elf/header.h @@ -141,7 +141,7 @@ typedef enum { ELF_ISA_WDC65C816 = 0x0101, ELF_ISA_UNKNOWN = 0xFFFF -} cpu_instruction_set_E; +} elf_instruction_set_E; typedef struct {