This commit is contained in:
parent
94ae7d187b
commit
faca9b7fb2
@ -1733,6 +1733,7 @@ PH7_PRIVATE sxi32 VmExtractDebugTrace(ph7_vm *pVm, SySet *pDebugTrace) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(aTrace.pFile) {
|
||||||
aTrace.pClassName = NULL;
|
aTrace.pClassName = NULL;
|
||||||
aTrace.bThis = FALSE;
|
aTrace.bThis = FALSE;
|
||||||
if(pFunc->iFlags & VM_FUNC_CLASS_METHOD) {
|
if(pFunc->iFlags & VM_FUNC_CLASS_METHOD) {
|
||||||
@ -1751,6 +1752,7 @@ PH7_PRIVATE sxi32 VmExtractDebugTrace(ph7_vm *pVm, SySet *pDebugTrace) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/* Roll frame */
|
/* Roll frame */
|
||||||
pVm->pFrame = pVm->pFrame->pParent;
|
pVm->pFrame = pVm->pFrame->pParent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user