mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Updated types
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user