| 52 | } |
| 53 | |
| 54 | bool FEXCore::Context::ContextImpl::IsAddressInCodeBuffer(FEXCore::Core::InternalThreadState* Thread, uintptr_t Address) const { |
| 55 | return Thread->CPUBackend->IsAddressInCodeBuffer(Address); |
| 56 | } |
| 57 | } // namespace FEXCore::Context |
no outgoing calls