Skip to content

Commit 09addb1

Browse files
committed
fixup! Reduce duplication of interrupt handle state machines
Fix merge conflict Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
1 parent 43a948d commit 09addb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/hyperlight_host/src/hypervisor/hyperlight_vm

src/hyperlight_host/src/hypervisor/hyperlight_vm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ impl HyperlightVm {
758758
// If the vcpu was interrupted by a debugger, we need to handle it
759759
#[cfg(gdb)]
760760
{
761-
self.interrupt_handle.clear_debug_interrupt();
761+
self.interrupt_handle.state().clear_debug_interrupt();
762762
if let Err(e) =
763763
self.handle_debug(dbg_mem_access_fn.clone(), VcpuStopReason::Interrupt)
764764
{

0 commit comments

Comments
 (0)