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

Method GetSyscallABI

Source/Windows/WOW64/Module.cpp:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected