| 329 | |
| 330 | |
| 331 | uint32_t RegisterOrFlag::GetFlag() const |
| 332 | { |
| 333 | if (!isFlag) |
| 334 | throw LowLevelILInstructionAccessException(); |
| 335 | return index; |
| 336 | } |
| 337 | |
| 338 | |
| 339 | RegisterOrFlag& RegisterOrFlag::operator=(const RegisterOrFlag& v) |
no test coverage detected