about summary refs log tree commit diff homepage
path: root/lib/Core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core')
-rw-r--r--lib/Core/Context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/Context.h b/lib/Core/Context.h
index af1ce8e7..6c6eb936 100644
--- a/lib/Core/Context.h
+++ b/lib/Core/Context.h
@@ -37,6 +37,7 @@ namespace klee {
 
     bool isLittleEndian() const { return IsLittleEndian; }
 
+    /// Returns width of the pointer in bits
     Expr::Width getPointerWidth() const { return PointerWidth; }
   };