| 561 | class ECSyscallHandler : public FEXCore::HLE::SyscallHandler, public FEXCore::Allocator::FEXAllocOperators { |
| 562 | public: |
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected