CPU: minor changes in cpuid

pull/4/head
able 2023-05-28 02:04:20 -05:00
parent 2fc3502073
commit 2dd2a71507
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ impl VersionInformation {
fn processor_signature(self) -> u32 {
self.eax
}
// TODO: Change return type and move this to a file that has the list
pub fn brand_string(self) -> Option<&'static str> {
let brand_index = bits_of(self.ebx, 0, 7);
let processor_signature = self.processor_signature();