| 585 | |
| 586 | |
| 587 | uint64_t LowLevelILIntegerList::ListIterator::operator*() |
| 588 | { |
| 589 | #ifdef BINARYNINJACORE_LIBRARY |
| 590 | return instr->operands[operand]; |
| 591 | #else |
| 592 | return instr.operands[operand]; |
| 593 | #endif |
| 594 | } |
| 595 | |
| 596 | |
| 597 | LowLevelILIntegerList::LowLevelILIntegerList( |
nothing calls this directly
no test coverage detected