[x86] Atom check includes AMT

BUG=

Review URL: https://codereview.chromium.org/998883002

Cr-Commit-Position: refs/heads/master@{#27315}
This commit is contained in:
weiliang.lin 2015-03-19 07:32:50 -07:00 committed by Commit bot
parent 9b77e8677b
commit 1ecc161cc8

View File

@ -385,6 +385,8 @@ CPU::CPU()
case 0x37: // SLM
case 0x4a:
case 0x4d:
case 0x4c: // AMT
case 0x6e:
is_atom_ = true;
}
}