mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
fix dotnet build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9f0b303263
commit
25106866b5
9 changed files with 153 additions and 99 deletions
|
@ -88,7 +88,11 @@ namespace sat {
|
|||
|
||||
static void* ptr2mem(void* ptr) {
|
||||
return reinterpret_cast<void*>(((unsigned char*) ptr) + ext_size());
|
||||
}
|
||||
}
|
||||
|
||||
static void* idx2mem(size_t idx) {
|
||||
return ptr2mem(from_index(idx));
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue