Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/twice.c @ 193:af4dec989aa1
fixes
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Dec 2016 17:56:39 +0900 |
parents | 39d87ba6039d |
children | 119c035e0e36 |
line wrap: on
line diff
--- a/src/parallel_execution/twice.c Fri Dec 16 16:38:31 2016 +0900 +++ b/src/parallel_execution/twice.c Fri Dec 16 17:56:39 2016 +0900 @@ -10,7 +10,7 @@ array[i+index*prefix] = array[i+index*prefix]*2; loopCounter->i++; - goto meta(context, twice); + goto meta(context, C_twice); } loopCounter->i = 0;