Skip to content

Commit

Permalink
minor changes to pass the format check
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 11, 2024
1 parent 18743c0 commit 1c37c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pub mod serial;
pub mod start;

#[cfg(target_arch = "x86")]
core::arch::global_asm!(include_str!("entry.s"));
core::arch::global_asm!(include_str!("entry.s"));

0 comments on commit 1c37c3b

Please sign in to comment.