Mercurial > hg > GearsTemplate
changeset 534:6ca515352a76
Fix
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 02 Feb 2018 03:41:23 +0900 |
parents | 8fc069b19574 |
children | 093f5c25c76d |
files | src/parallel_execution/Executor.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parallel_execution/Executor.h Fri Feb 02 03:39:27 2018 +0900 +++ b/src/parallel_execution/Executor.h Fri Feb 02 03:41:23 2018 +0900 @@ -1,5 +1,5 @@ -typedef struct Executor<Type, Impl>{ - Type* Executor; +typedef struct Executor<Impl>{ + union Data* Executor; struct Context* task; __code next(...); __code read(Impl* executor, struct Context* task, __code next(...));