| 798 | |
| 799 | |
| 800 | void HighLevelILInstructionBase::UpdateRawOperandAsInteger(size_t operandIndex, uint64_t value) |
| 801 | { |
| 802 | operands[operandIndex] = value; |
| 803 | function->UpdateInstructionOperand(exprIndex, operandIndex, value); |
| 804 | } |
| 805 | |
| 806 | |
| 807 | void HighLevelILInstructionBase::UpdateRawOperandAsExprList( |
nothing calls this directly
no test coverage detected