| 5929 | } |
| 5930 | |
| 5931 | static void RunProc(void* ptr) |
| 5932 | { |
| 5933 | ((CeAsyncOperation*)ptr)->Run(); |
| 5934 | } |
| 5935 | }; |
| 5936 | |
| 5937 | bool CeContext::Execute(CeFunction* startFunction, uint8* startStackPtr, uint8* startFramePtr, BfType*& returnType, BfType*& castReturnType) |