| 64 | } |
| 65 | |
| 66 | __forceinline void pop(char * EP, char * SP ) { // restore stack to watermark |
| 67 | evalTop = EP; |
| 68 | stackTop = SP; |
| 69 | } |
| 70 | |
| 71 | __forceinline void invoke(uint32_t et, char * & EP, char * & SP ) { // pass bottom portion of the watermark |
| 72 | EP = evalTop; |
no outgoing calls
no test coverage detected