aboutsummaryrefslogtreecommitdiff
path: root/ffi/real_mode
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-02-25 09:22:14 +0000
committeriximeow <me@iximeow.net>2026-05-25 00:59:27 +0000
commit63582532b8014d59117a8929afd1f7725bc1b469 (patch)
tree90230c5e3979a6722fdb8fd053381dd2e3c8c41c /ffi/real_mode
parent6b2b3e82ccf9fb2b726ec819a0af7892bbb5d21a (diff)
add initial stats for disasm stats in all modes
Diffstat (limited to 'ffi/real_mode')
-rw-r--r--ffi/real_mode/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi/real_mode/Cargo.toml b/ffi/real_mode/Cargo.toml
index 03b5573..ada876d 100644
--- a/ffi/real_mode/Cargo.toml
+++ b/ffi/real_mode/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
yaxpeax-x86 = { path = "../../", default-features = false }
-yaxpeax-arch = { version = "0.3.1", default-features = false }
+yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
[lib]
name = "yaxpeax_x86_ffi_real_mode"
@@ -14,6 +14,6 @@ path = "src/lib.rs"
crate-type = ["staticlib", "cdylib"]
[features]
-default = ["fmt"]
+default = [] # "fmt"]
fmt = ["yaxpeax-x86/fmt"]