mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
add support to build with MSVC /Gr (fastcall mode for x86)
not enabled by default nor exposed at the moment
This commit is contained in:
parent
89fad8913f
commit
83e34638e6
8 changed files with 15 additions and 8 deletions
|
@ -305,7 +305,7 @@ static void display_statistics() {
|
|||
display_results();
|
||||
}
|
||||
|
||||
static void on_ctrl_c(int) {
|
||||
static void STD_CALL on_ctrl_c(int) {
|
||||
if (g_opt && g_first_interrupt) {
|
||||
g_opt->get_manager().limit().cancel();
|
||||
g_first_interrupt = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue