We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f679d2 commit 4a44b2eCopy full SHA for 4a44b2e
src/hyperlight_host/src/hypervisor/gdb/mod.rs
@@ -68,7 +68,7 @@ pub trait GdbDebug: Target {
68
69
/// Marks the vCPU as paused
70
fn pause_vcpu(&mut self);
71
- /// Resumes the vCPU
+ /// Resumes the vCPU
72
fn resume_vcpu(&mut self) -> Result<(), <Self as Target>::Error>;
73
/// Returns the reason why vCPU stopped
74
#[allow(clippy::type_complexity)]
0 commit comments