Skip to content
Snippets Groups Projects
Commit c2aba2e0 authored by Avi Kivity's avatar Avi Kivity
Browse files

x64: fix cpuid xsave parsing

Used the wrong bit.
parent d3b6e97c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ cpuid_bit cpuid_bits[] = {
{ 1, 'c', 20, &f::sse4_2 },
{ 1, 'c', 21, &f::x2apic },
{ 1, 'c', 24, &f::tsc_deadline },
{ 1, 'c', 25, &f::xsave },
{ 1, 'c', 27, &f::xsave },
{ 1, 'c', 28, &f::avx },
{ 1, 'c', 30, &f::rdrand },
{ 7, 'b', 0, &f::fsgsbase, 0 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment