fix: not condition

This commit is contained in:
xsren 2024-10-15 17:00:25 +08:00
parent b315b446e8
commit 5c3283a6de
1 changed files with 3 additions and 0 deletions

View File

@ -4679,6 +4679,9 @@ EDealRes fltReviseRewriter(SNode **pNode, void *pContext) {
cell = cell->pNext;
}
if (node->condType == LOGIC_COND_TYPE_NOT) {
stat->scalarMode = true;
}
return DEAL_RES_CONTINUE;
}