Cannot set correct flags to PCM_OP_PYMT_COLLECT
For example:
PCM_OP(ctxp, PCM_OP_PYMT_COLLECT , PCM_OPFLG_READ_RESULT | PIN_BILLFLG_SELECT_FINAL, pymt_collect_flistp, &o_pymt_collect_flistp, ebufp);
But PCM_OP_PYMT_COLLECT opcode is called with flag 0x0.
Why 0x800100 is not set to PCM_OP_PYMT_COLLECT opcode?