Skip to content

Commit

Permalink
- Revert fix for System_forkCallJoin, seems to break bootstrapping.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17231 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Sep 13, 2013
1 parent 17ef659 commit d599e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/System_omc.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ static int System_forkCallJoin(int *statuses, int *ids, int *numWorking, int *wo
} else {
status = 0;
}
for (i=0; i<*numWorking; i++) {
for (i=0; i<numWorking; i++) {
int idw = working[i];
if (ids[idw] == id) {
statuses[idw] = status;
Expand Down

0 comments on commit d599e36

Please sign in to comment.