diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-04-17 23:59:03 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:16:34 +0200 |
| commit | 43d2363b0bf16df6932db54fff28089207f8e2b4 (patch) | |
| tree | a00b6aa39ace1b44892b223457dd96561d679696 /src/arch/x86_64/mod.rs | |
| parent | 6e5e38e7f21ea5a69ac0ac538584841df9f6b13f (diff) | |
formatting code
Diffstat (limited to 'src/arch/x86_64/mod.rs')
| -rw-r--r-- | src/arch/x86_64/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/x86_64/mod.rs b/src/arch/x86_64/mod.rs index 03d2af0..4da1970 100644 --- a/src/arch/x86_64/mod.rs +++ b/src/arch/x86_64/mod.rs @@ -1,6 +1,5 @@ -pub mod cpu; +pub mod context; pub mod interrupt; pub mod io_port; pub mod mem; pub mod misc; -pub mod context; |
