diff options
Diffstat (limited to 'rust/src/function.rs')
| -rw-r--r-- | rust/src/function.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/src/function.rs b/rust/src/function.rs index c61e4291..de6d2d41 100644 --- a/rust/src/function.rs +++ b/rust/src/function.rs @@ -2372,11 +2372,13 @@ impl Function { } /// List of address of unresolved indirect branches - pub fn unresolved_indirect_branches(&self) -> Array<UnresolvedIndirectBranches> { + /* + pub fn unresolved_indirect_branches(&self) -> Array<Arch> { let mut count = 0; let result = unsafe { BNGetUnresolvedIndirectBranches(self.handle, &mut count) }; unsafe { Array::new(result, count, ()) } } + */ /// Returns a string representing the provenance. This portion of the API /// is under development. Currently the provenance information is |
