We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4964f45 commit 628e001Copy full SHA for 628e001
src/vcpu.rs
@@ -229,7 +229,7 @@ impl<H: AxVCpuHal> Aarch64VCpu<H> {
229
Some(ID_AA64MMFR0_EL1::PARange::Value::Bits_44) => 44,
230
Some(ID_AA64MMFR0_EL1::PARange::Value::Bits_48) => 48,
231
Some(ID_AA64MMFR0_EL1::PARange::Value::Bits_52) => 52,
232
- _ => 32,
+ _ => 32,
233
};
234
235
let mut val = match pa_bits {
0 commit comments