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

Function floating_point_handler

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

Source from the content-addressed store, hash-verified

440static void abort_handler(int signal) { handler_base("application is aborting"); }
441
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

Callers

nothing calls this directly

Calls 1

handler_baseFunction · 0.85

Tested by

no test coverage detected