update comments base on latest AMD spec

This commit is contained in:
Stanislav Shwartsman 2018-05-27 18:13:24 +00:00
parent 04897375bb
commit a8413aa838

View File

@ -373,8 +373,8 @@ void bx_cpuid_t::get_ext_cpuid_leaf_8(cpuid_function_t *leaf) const
leaf->eax = phy_addr_width | (lin_addr_width << 8);
// [0:0] CLZERO support
// [1:1] Instruction Retired Counter support (???)
// [2:2] Error Pointer Zero/Restore (???)
// [1:1] Instruction Retired Counter MSR available
// [2:2] FP Error Pointers Restored by XRSTOR
leaf->ebx = 0;
if (is_cpu_extension_supported(BX_ISA_CLZERO))
leaf->ebx |= 0x1;