Skip to content

Commit cfb2c5d

Browse files
committed
exit process when the concolic analysis has finished
Technically it should already end but the debug thread keeps hanging around currently...
1 parent 13ac35c commit cfb2c5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platforms/CLI-Emulator/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,7 @@ void run_concolic(const std::vector<std::string>& snapshot_messages, int max_ins
962962
json_models["models"].push_back(j);
963963
}
964964
std::cout << json_models << std::endl;*/
965+
exit(0);
965966
}
966967

967968
int main(int argc, const char *argv[]) {

0 commit comments

Comments
 (0)