diff options
Diffstat (limited to 'lib/Core/AddressSpace.h')
-rw-r--r-- | lib/Core/AddressSpace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/AddressSpace.h b/lib/Core/AddressSpace.h index a281714c..079453b3 100644 --- a/lib/Core/AddressSpace.h +++ b/lib/Core/AddressSpace.h @@ -58,7 +58,7 @@ namespace klee { /// Resolve address to an ObjectPair in result. /// \return true iff an object was found. - bool resolveOne(uint64_t address, + bool resolveOne(const ref<ConstantExpr> &address, ObjectPair &result); /// Resolve address to an ObjectPair in result. |