Opened 2 years ago
Closed 2 years ago
#17951 closed bug (fixed)
[AboutSystem] doesn't show Generation number for Intel CPUs
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | Applications/AboutSystem | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev56413, VMware Workstation.
Attachments (2)
Change History (8)
by , 2 years ago
Attachment: | aboutsystem.png added |
---|
comment:1 by , 2 years ago
by , 2 years ago
Attachment: | aboutsystem2.png added |
---|
comment:4 by , 2 years ago
No regression, the registered trademark symbol isn't part of the vendor names: https://github.com/haiku/haiku/blob/master/headers/private/shared/cpu_type.h#L175
comment:6 by , 2 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for the test! Applied in hrev56464
Note:
See TracTickets
for help on using tickets.
The code assumes the vendor comes first and ignores it: https://github.com/haiku/haiku/blob/master/headers/private/shared/cpu_type.h#L52 The first and second word should be checked.