Temporarily enable debugging by default.
ステータスチェックはすべて成功しました
The build was successful.

このコミットが含まれているのは:
2018-08-26 20:09:30 +02:00
コミット a7bbd55d48

ファイルの表示

@@ -986,6 +986,7 @@ PH7_PRIVATE sxi32 PH7_VmInit(
/* Precompile the built-in library */ /* Precompile the built-in library */
VmEvalChunk(&(*pVm), 0, &sBuiltin, PH7_AERSCRIPT_CODE); VmEvalChunk(&(*pVm), 0, &sBuiltin, PH7_AERSCRIPT_CODE);
/* Initialize instructions debug container */ /* Initialize instructions debug container */
pVm->bDebug = TRUE;
if(pVm->bDebug) { if(pVm->bDebug) {
SySetInit(&pVm->aInstrSet, &pVm->sAllocator, sizeof(VmInstr)); SySetInit(&pVm->aInstrSet, &pVm->sAllocator, sizeof(VmInstr));
} }