Skip to content

Commit 53335c0

Browse files
committed
Add note about incorrect behavior on multi socket systems
1 parent e384b17 commit 53335c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythril/src/apic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pub struct ApicId {
115115
impl ApicId {
116116
/// Returns whether this is the BSP core
117117
pub fn is_bsp(&self) -> bool {
118+
//TODO(alschwalm): This is not correct for multi socket systems
118119
self.raw == 0
119120
}
120121
}

0 commit comments

Comments
 (0)