Mercurial > hg > GearsTemplate
comparison 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 |
comparison
equal
deleted
inserted
replaced
189:39d87ba6039d | 193:af4dec989aa1 |
---|---|
8 | 8 |
9 if (i < prefix) { | 9 if (i < prefix) { |
10 array[i+index*prefix] = array[i+index*prefix]*2; | 10 array[i+index*prefix] = array[i+index*prefix]*2; |
11 loopCounter->i++; | 11 loopCounter->i++; |
12 | 12 |
13 goto meta(context, twice); | 13 goto meta(context, C_twice); |
14 } | 14 } |
15 | 15 |
16 loopCounter->i = 0; | 16 loopCounter->i = 0; |
17 | 17 |
18 //stack_pop(context->code_stack, &context->next); | 18 //stack_pop(context->code_stack, &context->next); |