| 91 | bool ExtendParameterStack(char* oldBase, unsigned int oldSize, VMCmd *current); |
| 92 | |
| 93 | void operator=(Executor& r){ (void)r; assert(false); } |
| 94 | |
| 95 | static const unsigned int EXEC_BREAK_SIGNAL = 0; |
| 96 | static const unsigned int EXEC_BREAK_RETURN = 1; |