diff options
author | 2018-04-20 12:46:08 -0700 | |
---|---|---|
committer | 2018-04-20 12:46:08 -0700 | |
commit | a392747da8e3792da6bb74327142d17a5dece265 (patch) | |
tree | 96d2a356b24e8c1180ae9052c4a974129f8048fd /src/bits64/mod.rs | |
parent | 91583f100ffe4efa343babd15bf3e96d9e405971 (diff) | |
download | rust-x86-a392747da8e3792da6bb74327142d17a5dece265.tar.gz rust-x86-a392747da8e3792da6bb74327142d17a5dece265.tar.zst rust-x86-a392747da8e3792da6bb74327142d17a5dece265.zip |
Separate flag codes, make 32bits and 64bits accessible on both 64bit and 32bit platforms.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
Diffstat (limited to 'src/bits64/mod.rs')
-rw-r--r-- | src/bits64/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bits64/mod.rs b/src/bits64/mod.rs index 7409435..d72b732 100644 --- a/src/bits64/mod.rs +++ b/src/bits64/mod.rs @@ -16,6 +16,7 @@ macro_rules! check_flag { } pub mod irq; +pub mod rflags; pub mod paging; pub mod segmentation; pub mod task; |