mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Later models likely to have Yonah like attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f988e53613
commit
54edc84000
@ -90,7 +90,8 @@ static const char *GetCurrentX86CPU() {
|
||||
case 9:
|
||||
case 13: return "pentium-m";
|
||||
case 14: return "yonah";
|
||||
default: return "i686";
|
||||
default:
|
||||
return (Model > 14) ? "yonah" : "i686";
|
||||
}
|
||||
case 15: {
|
||||
switch (Model) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user