| 919 | |
| 920 | |
| 921 | bool Architecture::GetInstructionLowLevelIL(const uint8_t*, uint64_t, size_t&, LowLevelILFunction& il) |
| 922 | { |
| 923 | il.AddInstruction(il.Undefined()); |
| 924 | return false; |
| 925 | } |
| 926 | |
| 927 | |
| 928 | string Architecture::GetRegisterName(uint32_t reg) |
no test coverage detected