Mercurial > hg > Papers > 2021 > anatofuz-master
annotate paper/src/replaceenum.cbc @ 84:88ae1e4d83c6
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Feb 2021 11:01:56 +0900 |
parents | a25692dd0ca2 |
children |
rev | line source |
---|---|
52 | 1 __code pop2TestStackTestImpl3(struct Context *context,struct StackTestImpl3* stackTest, struct Stack* stack, enum Code next) { |
2 Gearef(context, Stack)->stack = (union Data*) stack; | |
3 Gearef(context, Stack)->next = C_pop2Test1StackTestImpl3_1; | |
4 goto meta(context, stack->pop2); | |
5 } |