From ca85fac2be3353e1e4b1b633d6fc3c62473f2e7a Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 11 Apr 2023 19:24:59 +0900 Subject: Clone state more completely --- lib/Core/ExecutionState.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Core/ExecutionState.cpp') diff --git a/lib/Core/ExecutionState.cpp b/lib/Core/ExecutionState.cpp index a38e717a..4e9067fa 100644 --- a/lib/Core/ExecutionState.cpp +++ b/lib/Core/ExecutionState.cpp @@ -105,6 +105,8 @@ ExecutionState::ExecutionState(const ExecutionState& state): cexPreferences(state.cexPreferences), arrayNames(state.arrayNames), openMergeStack(state.openMergeStack), + patchNo(state.patchNo), + formula(state.formula), steppedInstructions(state.steppedInstructions), instsSinceCovNew(state.instsSinceCovNew), unwindingInformation(state.unwindingInformation -- cgit 1.4.1