Updated types

This commit is contained in:
Alex
2022-12-21 00:43:51 +02:00
parent 684b76a1ca
commit a677f3c159
62 changed files with 471 additions and 448 deletions

View File

@ -23,9 +23,9 @@ struct CPUData
/** @brief Used by syscall handler */
uint8_t *SystemCallStack; /* gs+0x0 */
/** @brief Used by syscall handler */
uint64_t TempStack; /* gs+0x8 */
uintptr_t TempStack; /* gs+0x8 */
/** @brief Used by CPU */
uint64_t Stack;
uintptr_t Stack;
/** @brief CPU ID. */
long ID;
/** @brief Local CPU error code. */