diff --git a/hypervisor/src/arch/x86/emulator/mod.rs b/hypervisor/src/arch/x86/emulator/mod.rs index 2c41b6cd7..cd37f9d5a 100644 --- a/hypervisor/src/arch/x86/emulator/mod.rs +++ b/hypervisor/src/arch/x86/emulator/mod.rs @@ -775,6 +775,7 @@ mod tests { // Emulate truncated instruction stream, which should cause a fetch. // // mov rax, 0x1000 + // mov rbx, qword ptr [rax+10h] // Test with a first instruction truncated. fn test_fetch_first_instruction() { let ip: u64 = 0x1000;