diff options
author | iximeow <me@iximeow.net> | 2024-06-21 01:32:12 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-21 01:32:48 -0700 |
commit | e39d6b576da2f25490bf739b61fc8c9f3ab7c2ec (patch) | |
tree | 70359578027f9373ad3e0bfde422d35069e8fa18 /src/lib.rs | |
parent | 70f767370feb9ca056e4baf32f37c6d8d8235e0c (diff) |
separate out display code further, reword comments on InstructionTextSink to be ... stern
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,6 +139,8 @@ pub mod real_mode; pub use real_mode::Arch as x86_16; mod safer_unchecked; +#[cfg(feature = "fmt")] +mod display; const MEM_SIZE_STRINGS: [&'static str; 65] = [ "BUG", |