diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/architecture.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/architecture.rs b/rust/src/architecture.rs index 5ec63eef..211446d1 100644 --- a/rust/src/architecture.rs +++ b/rust/src/architecture.rs @@ -863,6 +863,7 @@ impl Debug for CoreRegister { fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { f.debug_struct("CoreRegister") .field("id", &self.id) + .field("name", &self.name()) .finish() } } |
