about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/Expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Expr.h b/include/klee/Expr.h
index f0adc42d..49dc65ec 100644
--- a/include/klee/Expr.h
+++ b/include/klee/Expr.h
@@ -321,7 +321,7 @@ public:
 
   virtual unsigned computeHash();
   
-  static ref<ConstantExpr> fromMemory(void *address, Width w);
+  static ref<Expr> fromMemory(void *address, Width w);
   void toMemory(void *address);
 
   static ref<Expr> alloc(uint64_t v, Width w) {