comparison src/parallel_execution/test/cbc_stack_test.c @ 278:23767f714f4a

fix generate_stub
author mir3636
date Thu, 02 Feb 2017 20:27:56 +0900
parents 4ccf776db994
children
comparison
equal deleted inserted replaced
277:9d671e63df74 278:23767f714f4a
1 #include "../stack.h"
2 #include "../context.h" 1 #include "../context.h"
3 #include "../origin_cs.h"
4 #include <assert.h> 2 #include <assert.h>
5 3
6 __code stack_test1(struct Context* context, struct Task* task, struct Stack* stack) { 4 __code stack_test1(struct Context* context, struct Task* task, struct Stack* stack) {
7 task->code = C_stack_test1; 5 task->code = C_stack_test1;
8 stack->next = C_stack_test2; 6 stack->next = C_stack_test2;