Compile successfully on i686 as well.

This commit is contained in:
4lDO2
2023-09-16 10:48:25 +02:00
parent 0b9c5bbf49
commit 5eace9997a
3 changed files with 14 additions and 6 deletions
-1
View File
@@ -20,7 +20,6 @@ pub static CONTEXT_SWITCH_LOCK: AtomicBool = AtomicBool::new(false);
const ST_RESERVED: u128 = 0xFFFF_FFFF_FFFF_0000_0000_0000_0000_0000;
pub const KFX_SIZE: usize = 512;
pub const KFX_ALIGN: usize = 16;
#[derive(Clone, Debug)]