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

Method NoExecOp

FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:4930–4937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4928}
4929
4930void OpDispatchBuilder::NoExecOp(OpcodeArgs) {
4931 BreakOp(Op, FEXCore::IR::BreakDefinition {
4932 .ErrorRegister = 0,
4933 .Signal = Core::FAULT_SIGSEGV,
4934 .TrapNumber = X86State::X86_TRAPNO_PF,
4935 .si_code = 2, // SEGV_ACCERR
4936 });
4937}
4938
4939#undef OpcodeArgs
4940} // namespace FEXCore::IR

Callers 1

GenerateIRMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected