| 603 | } |
| 604 | |
| 605 | void UnmarkOvercommitRange(uint64_t Start, uint64_t Length) override { |
| 606 | OvercommitTracker->UnmarkRange(Start, Length); |
| 607 | } |
| 608 | |
| 609 | FEXCore::HLE::ExecutableRangeInfo QueryGuestExecutableRange(FEXCore::Core::InternalThreadState* Thread, uint64_t Address) override { |
| 610 | return InvalidationTracker->QueryExecutableRange(Address); |
nothing calls this directly
no test coverage detected