summaryrefslogtreecommitdiff
path: root/python/debuginfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/debuginfo.py')
-rw-r--r--python/debuginfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/debuginfo.py b/python/debuginfo.py
index 806e61a8..f3172ae2 100644
--- a/python/debuginfo.py
+++ b/python/debuginfo.py
@@ -351,7 +351,7 @@ class DebugInfo(object):
function_type = None
if function.platform:
- func_platform = _platform.Platform(handle=core.BNNewPlatformReference(function.platform))
+ func_platform = _platform.CorePlatform._from_cache(handle=core.BNNewPlatformReference(function.platform))
else:
func_platform = None