Document ID inside RFLAGS

This commit is contained in:
Alex 2023-03-25 11:58:11 +02:00
parent 3aba6b4881
commit 981534ea47
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -463,7 +463,7 @@ namespace CPU
uint64_t VIF : 1;
/** @brief Virtual Interrupt Pending */
uint64_t VIP : 1;
/** @brief ID Flag */
/** @brief ID Flag (Allow using CPUID instruction) */
uint64_t ID : 1;
/** @brief Reserved */
uint64_t Reserved3 : 10;