From 171810d97c206c090ff588729f1ee16f9d47cbfb Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Jun 2009 06:16:49 +0000 Subject: Change AddressSpace::resolveOne to take a ConstantExpr directly (and to allow 64-bit addresses). git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73327 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/AddressSpace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/AddressSpace.h') 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 &address, ObjectPair &result); /// Resolve address to an ObjectPair in result. -- cgit 1.4.1