diff options
Diffstat (limited to 'lib/Core/Context.h')
-rw-r--r-- | lib/Core/Context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Context.h b/lib/Core/Context.h index 6c6eb936..e8b48363 100644 --- a/lib/Core/Context.h +++ b/lib/Core/Context.h @@ -28,7 +28,7 @@ namespace klee { public: Context() {} - + /// initialize - Construct the global Context instance. static void initialize(bool IsLittleEndian, Expr::Width PointerWidth); |