diff options
Diffstat (limited to 'rust/src/function.rs')
| -rw-r--r-- | rust/src/function.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/function.rs b/rust/src/function.rs index b524edfb..d4eb1d53 100644 --- a/rust/src/function.rs +++ b/rust/src/function.rs @@ -2375,7 +2375,7 @@ impl Debug for Function { // TODO: I am sure there is more we should add to this. f.debug_struct("Function") .field("start", &self.start()) - .field("arch", &self.arch()) + .field("arch", &self.arch().name()) .field("platform", &self.platform()) .field("symbol", &self.symbol()) .field("is_auto", &self.is_auto()) |
