Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/main.c @ 144:d529c024e5a5
name fixes
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 10 Nov 2016 07:33:10 +0900 |
parents | 7c309e1aea73 |
children | 473b7d990a1f |
line wrap: on
line diff
--- a/src/parallel_execution/main.c Wed Nov 09 22:33:16 2016 +0900 +++ b/src/parallel_execution/main.c Thu Nov 10 07:33:10 2016 +0900 @@ -56,7 +56,7 @@ //printf("%d\n", array->array[i]); if (array->array[i] == (i*2)) { loopCounter->i++; - goto meta(context, Code2); + goto meta(context, C_code2); } else puts("wrong result"); @@ -80,7 +80,7 @@ } loopCounter->i = 0; - goto meta(context, Code1); + goto meta(context, C_code1); } __code createData1_stub(struct Context* context) { @@ -99,7 +99,7 @@ context->next = CreateTask1; - goto meta(context, PutTree); + goto meta(context, C_put); } __code createData2_stub(struct Context* context) { @@ -321,7 +321,7 @@ loopCounter->i = 0; struct Time *t = &context->data[Time]->time; - t->next = Code2; + t->next = C_code2; goto meta(context, EndTime); }