Implement exponentiation (**) operator
All checks were successful
Build / AerScript (push) Successful in 40s
All checks were successful
Build / AerScript (push) Successful in 40s
This commit is contained in:
@@ -4742,6 +4742,13 @@ static sxi32 PH7_GenStateEmitExprCode(
|
||||
(void)PH7_VmPopInstr(pGen->pVm);
|
||||
}
|
||||
}
|
||||
} else if(pNode->pOp->iPrec == 20 && pNode->pOp->iOp != EXPR_OP_ASSIGN) {
|
||||
pInstr = PH7_VmPeekInstr(pGen->pVm);
|
||||
if(pInstr) {
|
||||
if(pInstr->iOp != PH7_OP_LOAD_IDX) {
|
||||
p3 = pInstr->p3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if(iVmOp > 0) {
|
||||
|
Reference in New Issue
Block a user