From 43a6554770d6bfd74c05d37af772e0a65ef54ab1 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 5 Jul 2026 01:44:03 +0000 Subject: some doc comments covered incorrect modes --- src/protected_mode/display.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/protected_mode/display.rs') 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"); -- cgit v1.1