diff options
Diffstat (limited to 'src/task.rs')
-rw-r--r-- | src/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.rs b/src/task.rs index 20890c9..a7637f2 100644 --- a/src/task.rs +++ b/src/task.rs @@ -1,7 +1,7 @@ //! Helpers to program the task state segment. //! See Intel 3a, Chapter 7 -pub use segmentation; +pub use crate::segmentation; /// Load the task state register. pub unsafe fn load_tr(sel: segmentation::SegmentSelector) { |