| 8152 | } |
| 8153 | |
| 8154 | void BfCompiler::RequestFastFinish() |
| 8155 | { |
| 8156 | mFastFinish = true; |
| 8157 | if (mCeMachine != NULL) |
| 8158 | mCeMachine->mSpecialCheck = true; |
| 8159 | BfLogSysM("BfCompiler::RequestFastFinish\n"); |
| 8160 | BpEvent("BfCompiler::RequestFastFinish", ""); |
| 8161 | } |
| 8162 | |
| 8163 | void BfCompiler::RequestExtraCompile() |
| 8164 | { |
no test coverage detected