mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
Fixed a "possible trigraph" warning
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@44 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
parent
9b38de1383
commit
6164e2f5ad
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ const struct match_entry_t cpudb_amd[] = {
|
|||
{ 15, 2, -1, 16, -1, 4, 256, PHENOM , 0, "Phenom X4 (Agena/256K)" },
|
||||
{ 15, 2, -1, 16, -1, 4, 512, PHENOM , 0, "Phenom X4 (Agena/512K)" },
|
||||
/* these are a bit speculative: */
|
||||
{ 15, 4, -1, 16, -1, 3, -1, PHENOM , 0, "Phenom X3 (???)" },
|
||||
{ 15, 4, -1, 16, -1, 3, -1, PHENOM , 0, "Phenom X3 (?)" },
|
||||
{ 15, 4, -1, 16, -1, 4, -1, PHENOM , 0, "Phenom X4 (Deneb)" },
|
||||
{ 15, 4, -1, 16, -1, 4, -1, NO_CODE , 0, "Phenom (Deneb-based)" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue