aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/protected_mode/display.rs')
-rw-r--r--src/protected_mode/display.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protected_mode/display.rs b/src/protected_mode/display.rs
index ae77636..18d4268 100644
--- a/src/protected_mode/display.rs
+++ b/src/protected_mode/display.rs
@@ -3531,9 +3531,9 @@ mod buffer_sink {
/// ### example
///
/// ```
- /// use yaxpeax_x86::long_mode::InstDecoder;
- /// use yaxpeax_x86::long_mode::InstructionTextBuffer;
- /// use yaxpeax_x86::long_mode::DisplayStyle;
+ /// use yaxpeax_x86::protected_mode::InstDecoder;
+ /// use yaxpeax_x86::protected_mode::InstructionTextBuffer;
+ /// use yaxpeax_x86::protected_mode::DisplayStyle;
///
/// let bytes = &[0x33, 0xc0];
/// let inst = InstDecoder::default().decode_slice(bytes).expect("can decode");