diff options
Diffstat (limited to 'rust/src/architecture.rs')
| -rw-r--r-- | rust/src/architecture.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/architecture.rs b/rust/src/architecture.rs index 960dc740..0d1bd501 100644 --- a/rust/src/architecture.rs +++ b/rust/src/architecture.rs @@ -1233,7 +1233,7 @@ pub trait ArchitectureExt: Architecture { return None; } - Some(Ref::new(Platform::from_raw(handle))) + Some(Platform::ref_from_raw(handle)) } } } |
