Merge branch 'master' of git.dcc.fc.up.pt:yap-6.3

This commit is contained in:
Vitor Santos Costa
2014-02-13 11:57:59 +00:00
8 changed files with 28 additions and 54 deletions

View File

@@ -735,7 +735,6 @@ static Int p_yapor_start( USES_REGS1 ) {
GLOBAL_parallel_mode = PARALLEL_MODE_RUNNING;
GLOBAL_execution_time = current_time();
BITMAP_clear(GLOBAL_bm_finished_workers);
PUT_IN_EXECUTING(worker_id);
return (TRUE);
}