| 583 | } |
| 584 | |
| 585 | FEXCore::HLE::SyscallABI GetSyscallABI(uint64_t Syscall) override { |
| 586 | return {.NumArgs = 0, .HasReturn = false, .HostSyscallNumber = -1}; |
| 587 | } |
| 588 | |
| 589 | FEXCore::HLE::AOTIRCacheEntryLookupResult LookupAOTIRCacheEntry(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestAddr) override { |
| 590 | return {0, 0}; |
nothing calls this directly
no outgoing calls
no test coverage detected