StuBS
panic.h File Reference

Default interrupt handling device Panic. More...

#include "interrupt/gate.h"
Include dependency graph for panic.h:

Classes

class  Panic
 Default handler for (unconfigured) interrupt events. More...
 

Constants

Panic panic
 Panic function. More...
 

Detailed Description

Default interrupt handling device Panic.

Variable Documentation

◆ panic

Panic panic ( )
extern

Panic function.

If the kickoff function (assigned in prepareContext) returns, this parameterless function will be called – and stop the execution. For this to happen, a pointer to this function must be placed on the stack.