summaryrefslogtreecommitdiff
path: root/src/registers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/registers.rs')
-rw-r--r--src/registers.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/registers.rs b/src/registers.rs
index d73424d..cf2aa98 100644
--- a/src/registers.rs
+++ b/src/registers.rs
@@ -6,6 +6,7 @@ use ratatui::{
};
/// Struct used to manipulate registers data from https://docs.rs/libc/0.2.147/libc/struct.user_regs_struct.html
+#[derive(Debug)]
pub struct RegistersData {
orig_rax: u64,
rdi: u64,