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