view src/parallel_execution/origin_cs.h @ 136:c7ac153f86dd

Fix rotate cs stack
author one
date Thu, 29 Sep 2016 19:02:49 +0900
parents 9e139a340bd1
children
line wrap: on
line source

extern __code start_code(struct Context* context);
extern __code exit_code(struct Context* context);
extern __code meta(struct Context* context, enum Code next);