diff options
author | iximeow <me@iximeow.net> | 2024-06-21 02:05:24 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-21 02:05:24 -0700 |
commit | d16cc79d7b7091f67328a0080634ce6cd4880dbd (patch) | |
tree | 3bc0a0d7d89a5a7b16b2e01514554b6ec9fbc830 /src/lib.rs | |
parent | e39d6b576da2f25490bf739b61fc8c9f3ab7c2ec (diff) |
things compile again, add a few more caution signs around InstructionTextBuffer
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ pub use real_mode::Arch as x86_16; mod safer_unchecked; #[cfg(feature = "fmt")] -mod display; +pub mod display; const MEM_SIZE_STRINGS: [&'static str; 65] = [ "BUG", |