mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Fix type sizes
This commit is contained in:
@ -32,6 +32,8 @@ struct CPUArchData
|
||||
CPU::x64::FXState *FPU;
|
||||
/* TODO */
|
||||
#elif defined(a32)
|
||||
CPU::x32::FXState *FPU;
|
||||
/* TODO */
|
||||
#elif defined(aa64)
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user