Skip to content

Commit a2d6245

Browse files
committed
formatted
1 parent ecff6c4 commit a2d6245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arch.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ pub trait ArchIf {
2727
#[cfg(target_arch = "aarch64")]
2828
fn fetch_irq() -> u64;
2929
/// Calls the IRQ handler of the underlying OS to handle a pending interrupt.
30-
///
30+
///
3131
/// TODO: Determine if this function should be exposed in other architectures (and moved to
3232
/// `host` module) or remain architecture-specific.
33-
///
33+
///
3434
/// TODO: Consider whether this function should replace `AxVCpuExitReason::ExternalInterrupt`.
3535
#[cfg(target_arch = "aarch64")]
3636
fn handle_irq();

0 commit comments

Comments
 (0)