MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetSyscallABI

Method GetSyscallABI

Source/Windows/ARM64EC/Module.cpp:585–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected