diff options
Diffstat (limited to 'src/bits32/eflags.rs')
-rw-r--r-- | src/bits32/eflags.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bits32/eflags.rs b/src/bits32/eflags.rs index ca75130..b2c58d8 100644 --- a/src/bits32/eflags.rs +++ b/src/bits32/eflags.rs @@ -1,6 +1,8 @@ //! Processor state stored in the EFLAGS register. -use Ring; +use bitflags::*; + +use crate::Ring; /// The EFLAGS register. bitflags! { |