Update CR register flags documentation

This commit is contained in:
EnderIce2 2024-02-28 05:47:33 +02:00
parent 1c59565553
commit 7059cd5f5e
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -106,9 +106,9 @@ namespace CPU
uint64_t PGE : 1;
/** @brief Performance Monitoring Counter */
uint64_t PCE : 1;
/** @brief Operating System Support */
/** @brief FXSAVE/FXRSTOR Support */
uint64_t OSFXSR : 1;
/** @brief Operating System Support */
/** @brief Unmasked Exception Support */
uint64_t OSXMMEXCPT : 1;
/** @brief User-Mode Instruction Prevention */
uint64_t UMIP : 1;