| 2329 | } |
| 2330 | |
| 2331 | void fxGo(txMachine* the) |
| 2332 | { |
| 2333 | txSlot* aSlot = the->frame; |
| 2334 | while (aSlot) { |
| 2335 | aSlot->flag &= ~(XS_STEP_INTO_FLAG | XS_STEP_OVER_FLAG); |
| 2336 | aSlot = aSlot->next; |
| 2337 | } |
| 2338 | } |
| 2339 | |
| 2340 | void fxIndexToString(txMachine* the, txIndex theIndex, txString theBuffer, txSize theSize) |
| 2341 | { |