Skip to content

Commit

Permalink
Update instructions_0f.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
spetterman66 authored Sep 6, 2023
1 parent f31daea commit 6123197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/cpu/instructions_0f.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,7 @@ pub unsafe fn instr_0FA2() {
// pentium
eax = 3 | 6 << 4 | 15 << 8;
ebx = 1 << 16 | 8 << 8; // cpu count, clflush size
ecx = 1 << 23 | 1 << 30 | 1 << 0; // popcnt, rdrand, sse3
ecx = 1 << 0 | 1 << 23 | 1 << 30; // popcnt, rdrand, sse3
let vme = 0 << 1;
if ::config::VMWARE_HYPERVISOR_PORT {
ecx |= 1 << 31
Expand Down

0 comments on commit 6123197

Please sign in to comment.