| 995 | } |
| 996 | |
| 997 | void ContextImpl::MarkMonoBackpatcherBlock(uint64_t BlockEntry) { |
| 998 | MonoBackpatcherBlock.store(BlockEntry, std::memory_order_relaxed); |
| 999 | } |
| 1000 | |
| 1001 | void ContextImpl::RemoveCustomIREntrypoint(FEXCore::Core::InternalThreadState* Thread, uintptr_t Entrypoint) { |
| 1002 | LOGMAN_THROW_A_FMT(Config.Is64BitMode || !(Entrypoint >> 32), "64-bit Entrypoint in 32-bit mode {:x}", Entrypoint); |
no outgoing calls
no test coverage detected