diff options
Diffstat (limited to 'src/rflags.rs')
-rw-r--r-- | src/rflags.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rflags.rs b/src/rflags.rs index c45c1ca..2fadd51 100644 --- a/src/rflags.rs +++ b/src/rflags.rs @@ -1,3 +1,5 @@ +//! Description of RFlag values that store the results of operations and the state of the processor. + /// RFLAGS description. bitflags! { flags RFlags: u64 { |