| 475 | } |
| 476 | |
| 477 | FEXCore::HLE::SyscallABI GetSyscallABI(uint64_t Syscall) override { |
| 478 | return {.NumArgs = 0, .HasReturn = false, .HostSyscallNumber = -1}; |
| 479 | } |
| 480 | |
| 481 | FEXCore::HLE::AOTIRCacheEntryLookupResult LookupAOTIRCacheEntry(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestAddr) override { |
| 482 | return {0, 0}; |
nothing calls this directly
no outgoing calls
no test coverage detected