Update CR8 structure

This commit is contained in:
EnderIce2
2024-03-13 18:08:20 +02:00
parent 292b022393
commit d247dcd4a3
2 changed files with 4 additions and 12 deletions

View File

@ -148,8 +148,10 @@ namespace CPU
{
struct
{
/** @brief Task Priority Level */
uint64_t TPL : 1;
/** @brief Task Priority Register */
uint64_t TPR : 4;
/** @brief Reserved */
uint64_t Reserved : 60;
};
uint64_t raw;
} CR8;