diff options
Diffstat (limited to 'src/arch/x86_64/mod.rs')
| -rw-r--r-- | src/arch/x86_64/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86_64/mod.rs b/src/arch/x86_64/mod.rs index 888cafd..ee51338 100644 --- a/src/arch/x86_64/mod.rs +++ b/src/arch/x86_64/mod.rs @@ -1,4 +1,4 @@ -pub mod context; +pub mod arch_regs; pub mod interrupt; pub mod io_port; pub mod mem; |
