mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 03:19:16 +00:00
chore: Update makefiles & macros
This commit is contained in:
@ -141,7 +141,7 @@ namespace CPU
|
||||
};
|
||||
uint32_t raw;
|
||||
} CR4;
|
||||
#if defined(a32)
|
||||
#if defined(__i386__)
|
||||
nsa static inline CR0 readcr0()
|
||||
{
|
||||
uint32_t Result = 0;
|
||||
|
@ -400,7 +400,7 @@ namespace CPU
|
||||
MSR_CR_PAT = 0x00000277,
|
||||
};
|
||||
|
||||
#if defined(a32)
|
||||
#if defined(__i386__)
|
||||
nsa static inline uint64_t rdmsr(uint32_t msr)
|
||||
{
|
||||
uint32_t Low, High;
|
||||
|
Reference in New Issue
Block a user