| 606 | |
| 607 | |
| 608 | void Architecture::GetRegisterStackInfoCallback(void* ctxt, uint32_t regStack, BNRegisterStackInfo* result) |
| 609 | { |
| 610 | CallbackRef<Architecture> arch(ctxt); |
| 611 | *result = arch->GetRegisterStackInfo(regStack); |
| 612 | } |
| 613 | |
| 614 | |
| 615 | BNIntrinsicClass Architecture::GetIntrinsicClassCallback(void* ctxt, uint32_t intrinsic) |
nothing calls this directly
no test coverage detected