Mercurial > hg > GearsTemplate
comparison src/parallel_execution/twice.c @ 217:c34e6aa10967
Fix DataGear access name
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 09 Jan 2017 01:18:13 +0900 |
parents | 119c035e0e36 |
children | 8d2519c3a36e |
comparison
equal
deleted
inserted
replaced
216:6578c5c274ba | 217:c34e6aa10967 |
---|---|
19 goto meta(context, context->next); | 19 goto meta(context, context->next); |
20 } | 20 } |
21 | 21 |
22 __code twice_stub(struct Context* context) { | 22 __code twice_stub(struct Context* context) { |
23 goto twice(context, | 23 goto twice(context, |
24 &context->data[D_LoopCounter]->loopCounter, | 24 &context->data[D_LoopCounter]->LoopCounter, |
25 context->data[D_Node]->node.value->Array.index, | 25 context->data[D_Node]->Node.value->Array.index, |
26 context->data[D_Node]->node.value->Array.prefix, | 26 context->data[D_Node]->Node.value->Array.prefix, |
27 context->data[D_Node]->node.value->Array.array); | 27 context->data[D_Node]->Node.value->Array.array); |
28 } | 28 } |