Skip to content

Commit

Permalink
refactored cpuid_model_family_stepping
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-starlab committed Feb 26, 2021
1 parent 09ca13e commit 96b4029
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythril/src/emulate/cpuid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ use crate::vcpu::VCpu;
use crate::{vcpu, vmexit};
use arrayvec::ArrayVec;
use bitfield::bitfield;
<<<<<<< HEAD
use core::convert::TryInto;
use raw_cpuid::CpuIdResult;
=======
use bitflags::_core::num::flt2dec::to_shortest_exp_str;
use crate::apic::get_local_apic;
>>>>>>> handle CPUID_MODEL_FAMILY_STEPPING

const CPUID_NAME: u32 = 0;
const CPUID_MODEL_FAMILY_STEPPING: u32 = 1;
Expand Down

0 comments on commit 96b4029

Please sign in to comment.