From a646a9820dff69d8a3c33050ce5f56b50821bb52 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 b4af092a..2a754acd 100644 --- a/lib/Core/ExecutionState.cpp +++ b/lib/Core/ExecutionState.cpp @@ -109,6 +109,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