CPUID: Update labeling on some reserved bits

These aren't reserved and I was confused that they were missing.
This commit is contained in:
Ryan Houdek 2024-06-21 05:34:07 -07:00
parent f489135b1d
commit e614340c0c
No known key found for this signature in database

View File

@ -887,7 +887,7 @@ FEXCore::CPUID::FunctionResults CPUIDEmu::Function_8000_0001h(uint32_t Leaf) con
(0 << 18) | // Reserved
(0 << 19) | // Reserved
(0 << 20) | // Reserved
(0 << 21) | // Reserved
(0 << 21) | // XOP-TBM
(0 << 22) | // Topology extensions support
(0 << 23) | // Core performance counter extensions
(0 << 24) | // NB performance counter extensions
@ -895,7 +895,7 @@ FEXCore::CPUID::FunctionResults CPUIDEmu::Function_8000_0001h(uint32_t Leaf) con
(0 << 26) | // Data breakpoints extensions
(0 << 27) | // Performance TSC
(0 << 28) | // L2 perf counter extensions
(0 << 29) | // Reserved
(0 << 29) | // MONITORX
(0 << 30) | // Reserved
(0 << 31); // Reserved