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

Method ECSyscallHandler

Source/Windows/ARM64EC/Module.cpp:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561class ECSyscallHandler : public FEXCore::HLE::SyscallHandler, public FEXCore::Allocator::FEXAllocOperators {
562public:
563 ECSyscallHandler() {
564 OSABI = FEXCore::HLE::SyscallOSABI::OS_GENERIC;
565 }
566
567 uint64_t HandleSyscall(FEXCore::Core::CpuStateFrame* Frame, FEXCore::HLE::SyscallArguments* Args) override {
568 ProcessPendingCrossProcessEmulatorWork();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected