Mercurial > hg > Gears > GearsAgda
changeset 334:e46d9910640b
Merge
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 19 Apr 2017 18:56:01 +0900 |
parents | 69cdda536487 (current diff) 4df30cbfb049 (diff) |
children | f1db6fe3b200 |
files | |
diffstat | 2 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parallel_execution/examples/calc.cbc Tue Apr 18 18:59:36 2017 +0900 +++ b/src/parallel_execution/examples/calc.cbc Wed Apr 19 18:56:01 2017 +0900 @@ -116,6 +116,7 @@ task->odg = task->maxIdg; task->data[task->odg] = (union Data*)integer3; task->maxOdg = task->odg + 1; + taskManager->task = task; taskManager->next = C_createTask3; taskManager->data = (union Data*)integer1; goto meta(context, taskManager->taskManager->TaskManager.setWaitTask);