| 232 | |
| 233 | |
| 234 | size_t Architecture::GetMaxInstructionLengthCallback(void* ctxt) |
| 235 | { |
| 236 | CallbackRef<Architecture> arch(ctxt); |
| 237 | return arch->GetMaxInstructionLength(); |
| 238 | } |
| 239 | |
| 240 | |
| 241 | size_t Architecture::GetOpcodeDisplayLengthCallback(void* ctxt) |
nothing calls this directly
no test coverage detected