From 340d89e4efd6200e733db8f67e787a6625a0a128 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 18 May 2026 07:06:50 +0000 Subject: adapt long-mode behavior support to protected mode and real mode along the way, fix an error: maskmov is memory read-write. additionally, operand information about {push,pop}a{,d}. --- fuzz/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fuzz/Cargo.toml') diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 23e8a88..0e25937 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -64,3 +64,8 @@ name = "behavior_does_not_panic" path = "fuzz_targets/behavior_does_not_panic.rs" test = false doc = false + +[features] +default = ["unstable"] + +unstable = ["yaxpeax-x86/unstable"] -- cgit v1.1