diff options
Diffstat (limited to 'lowlevelil.cpp')
| -rw-r--r-- | lowlevelil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lowlevelil.cpp b/lowlevelil.cpp index fdb59535..e68f8246 100644 --- a/lowlevelil.cpp +++ b/lowlevelil.cpp @@ -599,13 +599,13 @@ void LowLevelILFunction::SetExprAttributes(size_t expr, uint32_t attributes) } -void LowLevelILFunction::AddLabelForAddress(Architecture* arch, ExprId addr) +void LowLevelILFunction::AddLabelForAddress(Architecture* arch, uint64_t addr) { BNAddLowLevelILLabelForAddress(m_object, arch->GetObject(), addr); } -BNLowLevelILLabel* LowLevelILFunction::GetLabelForAddress(Architecture* arch, ExprId addr) +BNLowLevelILLabel* LowLevelILFunction::GetLabelForAddress(Architecture* arch, uint64_t addr) { return BNGetLowLevelILLabelForAddress(m_object, arch->GetObject(), addr); } |
