remove GLOBAL_executing_workers

This commit is contained in:
João Santos
2014-02-13 10:13:45 +00:00
parent 2c24fb7a83
commit bb061f9db8
8 changed files with 28 additions and 54 deletions

View File

@@ -216,7 +216,7 @@ int q_share_work(int worker_p) {
Yap_CopyThreadStacks(worker_id, worker_p, FALSE);
#endif
PUT_OUT_ROOT_NODE(worker_id);
/* update registers and return */
#ifndef TABLING
REMOTE_reply_signal(worker_p) = worker_ready;