MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / illegal_instruction_handler

Function illegal_instruction_handler

ogsr_engine/xrCore/xrDebugNew.cpp:444–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442static void floating_point_handler(int signal) { handler_base("floating point error"); }
443
444static void illegal_instruction_handler(int signal) { handler_base("illegal instruction"); }
445
446static void termination_handler(int signal) { handler_base("termination with exit code 3"); }
447

Callers

nothing calls this directly

Calls 1

handler_baseFunction · 0.85

Tested by

no test coverage detected