From e489d4991790fff6e811a5968de683394b574885 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Oct 2022 19:16:45 +0300 Subject: [PATCH] Renamed enums --- include/cpu.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/cpu.hpp b/include/cpu.hpp index 3c2e171..d087330 100644 --- a/include/cpu.hpp +++ b/include/cpu.hpp @@ -698,7 +698,7 @@ namespace CPU MSR_CR_PAT_RESET = 0x0007040600070406ULL }; - typedef enum + enum ISRExceptions { DivideByZero = 0x0, Debug = 0x1, @@ -721,9 +721,9 @@ namespace CPU SIMDFloatingPoint = 0x13, Virtualization = 0x14, Security = 0x1e - } ISRExceptions; + }; - typedef enum + enum CPUInterrupts { /* ISR */ @@ -992,7 +992,7 @@ namespace CPU IRQ221 = 0xfd, IRQ222 = 0xfe, IRQ223 = 0xff, - } Interrupts; + }; /** * @brief MSR_APIC_BASE structure