| 495 | } |
| 496 | |
| 497 | void UnmarkOvercommitRange(uint64_t Start, uint64_t Length) override { |
| 498 | OvercommitTracker->UnmarkRange(Start, Length); |
| 499 | } |
| 500 | |
| 501 | FEXCore::HLE::ExecutableRangeInfo QueryGuestExecutableRange(FEXCore::Core::InternalThreadState* Thread, uint64_t Address) override { |
| 502 | return InvalidationTracker->QueryExecutableRange(Address); |
nothing calls this directly
no test coverage detected