diff options
author | iximeow <me@iximeow.net> | 2024-06-23 15:41:40 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-23 15:43:54 -0700 |
commit | 09dcfca94240b6c18fbaa1186781dac0d436e500 (patch) | |
tree | f6074169f1457c87d29d90aadade98c6355c1df3 /src/lib.rs | |
parent | 0a5e9484d091ee9093d98d961896b81b52ea6e42 (diff) |
remove yaxpeax-x86 safer_unchecked.rs, it is now in yaxpeax-arch
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -138,8 +138,6 @@ pub use protected_mode::Arch as x86_32; pub mod real_mode; pub use real_mode::Arch as x86_16; -mod safer_unchecked; - const MEM_SIZE_STRINGS: [&'static str; 65] = [ "BUG", "byte", "word", "BUG", "dword", "ptr", "far", "BUG", "qword", |