# HG changeset patch # User Tatsuki IHA # Date 1517510483 -32400 # Node ID 6ca515352a76e2adea805f67194c466c4e81f8f8 # Parent 8fc069b19574a424d672bd6226a5f88b2173bf32 Fix diff -r 8fc069b19574 -r 6ca515352a76 src/parallel_execution/Executor.h --- 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* Executor; +typedef struct Executor{ + union Data* Executor; struct Context* task; __code next(...); __code read(Impl* executor, struct Context* task, __code next(...));