kernelslacker / x86info

x86info : x86 processor register decoder.
GNU General Public License v2.0
40 stars 20 forks source link

Fix flags, which fixes matching fam6 extended names. #8

Closed kostikbel closed 7 years ago

kostikbel commented 7 years ago

Also mark the array const to catch similar things earlier.

I do not understand how the current code is supposed to work. Might be the patch is nonsense, but right now x86info cannot detect family of any modern CPU if corresponding names[] entry uses flags.

kernelslacker commented 7 years ago

pulled. thanks.