| 1442 | |
| 1443 | |
| 1444 | uint32_t LowLevelILInstructionBase::GetRawOperandAsRegister(size_t operand) const |
| 1445 | { |
| 1446 | return (uint32_t)operands[operand]; |
| 1447 | } |
| 1448 | |
| 1449 | |
| 1450 | BNLowLevelILFlagCondition LowLevelILInstructionBase::GetRawOperandAsFlagCondition(size_t operand) const |
no outgoing calls
no test coverage detected