Skip to content

Commit

Permalink
- Linux part fixes for corbaimpl.cpp
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2597 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 10, 2006
1 parent 490ed21 commit 812ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/corbaimpl.cpp
Expand Up @@ -332,7 +332,7 @@ RML_BEGIN_LABEL(Corba__sendreply)
// Signal to Corba that it can return, taking the value in message
pthread_mutex_lock(&corba_waitlock);
corba_waiting=true;
omc_message = msg;
omc_reply_message = msg;

pthread_cond_signal(&corba_waitformsg);
pthread_mutex_unlock(&corba_waitlock);
Expand Down

0 comments on commit 812ed43

Please sign in to comment.