about summary refs log tree commit diff homepage
path: root/lib/Core/ExecutionState.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-04-15 20:12:53 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-03-05 17:23:54 +0900
commitd277a6259ea50d6baf1ab1a411c5555e338394e4 (patch)
treee259a2f69d1cc186199216059cc28ae8b0066797 /lib/Core/ExecutionState.h
parenta646a9820dff69d8a3c33050ce5f56b50821bb52 (diff)
downloadklee-d277a6259ea50d6baf1ab1a411c5555e338394e4.tar.gz
Lay ground work for concrete execution
Diffstat (limited to 'lib/Core/ExecutionState.h')
-rw-r--r--lib/Core/ExecutionState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Core/ExecutionState.h b/lib/Core/ExecutionState.h
index 5df7ad70..1a3f42e7 100644
--- a/lib/Core/ExecutionState.h
+++ b/lib/Core/ExecutionState.h
@@ -229,6 +229,9 @@ public:
   /// @ brief The patch number, starting from 1; 0 being the original.
   std::uint64_t patchNo = 0;
 
+  /// @ brief Environment variable for runtime metaprogram switching.
+  std::string metaEnvVar = "";
+
   /// @ brief Terminated on exit, awaiting comparison.
   std::string formula = "";