| 1171 | |
| 1172 | |
| 1173 | RegisterValue MediumLevelILInstructionBase::GetRegisterValue(uint32_t reg) |
| 1174 | { |
| 1175 | return function->GetRegisterValueAtInstruction(reg, instructionIndex); |
| 1176 | } |
| 1177 | |
| 1178 | |
| 1179 | RegisterValue MediumLevelILInstructionBase::GetRegisterValueAfter(uint32_t reg) |
nothing calls this directly
no test coverage detected