Skip to content

Commit

Permalink
- fixed bootstrapped windows compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 2, 2013
1 parent ab855c6 commit dae62f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/c/meta/meta_modelica_segv.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ void init_metamodelica_segv_handler()
sigfillset(&segvset);
}
#else
#include <setjmp.h>
jmp_buf *mmc_stack_overflow_jumper;
void printStacktraceMessages()
{
}
Expand Down

0 comments on commit dae62f4

Please sign in to comment.