added and scheduled MGM assembly

This commit is contained in:
2025-05-19 16:18:31 +02:00
parent f600ee499a
commit 6a4417c954
6 changed files with 215 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ impl UniqueApidTargetId {
}
}
pub fn raw(&self) -> ComponentId {
pub const fn raw(&self) -> ComponentId {
((self.apid as u64) << 32) | (self.unique_id as u64)
}