Skip to content

Commit

Permalink
Try to fix ARM build without testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leftwo committed Oct 25, 2024
1 parent b3d6c6c commit e0c83fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/propolis-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ impl CpuidValues {
}
}

#[cfg(target_arch = "x86_64")]
impl From<core::arch::x86_64::CpuidResult> for CpuidValues {
fn from(value: core::arch::x86_64::CpuidResult) -> Self {
Self { eax: value.eax, ebx: value.ebx, ecx: value.ecx, edx: value.edx }
Expand Down

0 comments on commit e0c83fd

Please sign in to comment.