OOStuBS - Technische Informatik II (TI-II)
2.4
|
Interrupt-Behandlungsfunktionen. Mehr ...
#include "object/imanager.h"
#include "object/kout.h"
#include "object/cpu.h"
#include "object/lock.h"
#include <stdint.h>
gehe zum Quellcode dieser Datei
Klassen | |
struct | Exception |
Funktionen | |
void | exception (unsigned short slot, void **esp) |
Entry point for exceptions. | |
void | printException (unsigned short slot, void **esp) |
Variablen | |
static const Exception | exceptions [32] |
Interrupt-Behandlungsfunktionen.
Definiert in Datei exceptions.cc.
void exception | ( | unsigned short | slot, |
void ** | esp | ||
) |
Entry point for exceptions.
slot | number of occurred exception |
esp | value of stack pointer on entering of exception |
Definiert in Zeile 110 der Datei exceptions.cc.
void printException | ( | unsigned short | slot, |
void ** | esp | ||
) |
Definiert in Zeile 66 der Datei exceptions.cc.
|
static |
Definiert in Zeile 29 der Datei exceptions.cc.