Skip to content

Commit

Permalink
- fix tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11612 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Mar 30, 2012
1 parent ba32d93 commit 8045440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/meta/gc/marksweep.c
Expand Up @@ -617,7 +617,7 @@ void *mmc_alloc_bytes(unsigned nbytes)

static mmc_GC_state_type x_mmc_GC_state;
mmc_GC_state_type *mmc_GC_state = &x_mmc_GC_state;
mmc_GC_local_state_type dummy_local_GC_state = {0,0};
mmc_GC_local_state_type dummy_local_GC_state = 0;

/* primary allocation routine for MetaModelica */
void *mmc_alloc_words(unsigned nwords)
Expand Down

0 comments on commit 8045440

Please sign in to comment.