pub unsafe extern "C" fn ERRF_ExceptionHandler(
    excep: *mut ERRF_ExceptionInfo,
    regs: *mut CpuRegisters
) -> !
Expand description

Handles an exception using ErrDisp.

§Arguments

  • excep - Exception information
  • regs - CPU registers

You might want to clear ENVINFO’s bit0 to be able to see any debugging information. threadOnException