summaryrefslogtreecommitdiff
path: root/arch/msp430/src
diff options
context:
space:
mode:
Diffstat (limited to 'arch/msp430/src')
-rw-r--r--arch/msp430/src/architecture.rs1
1 files changed, 1 insertions, 0 deletions
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<Msp430>,