mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9ebe980b44
commit
5752830f71
10 changed files with 112 additions and 46 deletions
|
@ -425,6 +425,8 @@ public:
|
|||
return r;
|
||||
}
|
||||
|
||||
// unfortunately, params_ref is not thread safe
|
||||
// so better create a local copy of the parameters.
|
||||
params_ref get_module(symbol const & module_name) {
|
||||
params_ref result;
|
||||
params_ref * ps = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue