diff options
| author | iximeow <me@iximeow.net> | 2026-07-05 01:44:03 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-05 01:44:03 +0000 |
| commit | 43a6554770d6bfd74c05d37af772e0a65ef54ab1 (patch) | |
| tree | 1fcf66889c81de3b0c26554c48c4ae4dec4ea019 /src/protected_mode/display.rs | |
| parent | a4e667b20eef547bfd010b8b112710120f64a0b8 (diff) | |
some doc comments covered incorrect modesHEADno-gods-no-
Diffstat (limited to 'src/protected_mode/display.rs')
| -rw-r--r-- | src/protected_mode/display.rs | 6 |
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"); |
