| 1175 | } |
| 1176 | |
| 1177 | void fxCall(txMachine* the) |
| 1178 | { |
| 1179 | // RESULT |
| 1180 | (--the->stack)->next = C_NULL; |
| 1181 | mxInitSlotKind(the->stack, XS_UNDEFINED_KIND); |
| 1182 | // FRAME |
| 1183 | (--the->stack)->next = C_NULL; |
| 1184 | mxInitSlotKind(the->stack, XS_UNINITIALIZED_KIND); |
| 1185 | } |
| 1186 | |
| 1187 | void fxCallID(txMachine* the, txID theID) |
| 1188 | { |
no outgoing calls
no test coverage detected