diff options
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py index b1887628..55d87fe7 100644 --- a/python/function.py +++ b/python/function.py @@ -1745,7 +1745,7 @@ class Function: finally: core.BNFreeTagList(tags, count.value) - def get_address_tags_of_type(self, addr: 'architecture.Architecture', tag_type: 'binaryview.TagType', arch=None): + def get_address_tags_of_type(self, addr: int, tag_type: 'binaryview.TagType', arch=None): """ ``get_address_tags_of_type`` gets a list of all Tags in the function at a given address with a given type. |
