From c3f344a38ca4b027b4e69b0f82d3184622d6da79 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 29 Apr 2025 16:05:54 -0400 Subject: [Rust] Pretty print LLIL sub expressions --- arch/msp430/src/architecture.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/msp430/src') diff --git a/arch/msp430/src/architecture.rs b/arch/msp430/src/architecture.rs index 938e9ec5..ccc5ce80 100644 --- a/arch/msp430/src/architecture.rs +++ b/arch/msp430/src/architecture.rs @@ -25,6 +25,7 @@ use log::error; const MIN_MNEMONIC: usize = 9; +#[derive(Debug)] pub struct Msp430 { handle: CoreArchitecture, custom_handle: CustomArchitectureHandle, -- cgit v1.3.1