annotate paper/src/pop2stub-origin.cbc @ 91:4232c9dc1431

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2021 19:09:08 +0900
parents b8cb6fcd9342
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 __code pop2Test1StackTestImpl3_stub(struct Context* context) {
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 StackTestImpl3* stackTest = (StackTestImpl3*)GearImpl(context, StackTest, stackTest);
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 Data* data = Gearef(context, StackTest)->data;
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 Data* data1 = Gearef(context, StackTest)->data1;
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 Stack* stack = Gearef(context, StackTest)->stack;
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 enum Code next = Gearef(context, StackTest)->next;
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 goto pop2Test1StackTestImpl3(context, stackTest, data, data1, stack, next);
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 }