Skip to content

Commit 74eb588

Browse files
committed
fixup rebase
1 parent a5c1d20 commit 74eb588

File tree

1 file changed

+3
-1
lines changed
  • openhcl/virt_mshv_vtl/src/processor/snp

1 file changed

+3
-1
lines changed

openhcl/virt_mshv_vtl/src/processor/snp/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,9 @@ impl<T: CpuIo> X86EmulatorSupport for UhEmulationState<'_, '_, T, SnpBacked> {
17491749
ProbeResult::Emulate
17501750
}
17511751

1752-
fn initial_gva_translation(&self) -> Option<virt_support_x86emu::emulate::InitialTranslation> {
1752+
fn initial_gva_translation(
1753+
&mut self,
1754+
) -> Option<virt_support_x86emu::emulate::InitialTranslation> {
17531755
None
17541756
}
17551757

0 commit comments

Comments
 (0)