We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecff6c4 commit a2d6245Copy full SHA for a2d6245
src/arch.rs
@@ -27,10 +27,10 @@ pub trait ArchIf {
27
#[cfg(target_arch = "aarch64")]
28
fn fetch_irq() -> u64;
29
/// Calls the IRQ handler of the underlying OS to handle a pending interrupt.
30
- ///
+ ///
31
/// TODO: Determine if this function should be exposed in other architectures (and moved to
32
/// `host` module) or remain architecture-specific.
33
34
/// TODO: Consider whether this function should replace `AxVCpuExitReason::ExternalInterrupt`.
35
36
fn handle_irq();
0 commit comments