(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/exec.h>

void Exception ()

LOCATION
In SysBase at offset 11

SYNOPSIS

FUNCTION
Exception handler. This function is called by the dispatcher if a task exception has occured. It is called in the Disable()'d state so that all signals are still unchanged.

TF_EXCEPT is still set and must be reset by this route.

The exception code is called with the following parameters:

A1 - Task->tc_ExceptData D0 - Mask of Flags which caused this exception. A6 - SysBase

INPUTS
RESULT

EXAMPLE

SEE ALSO
Dispatch()

NOTES
Exec internal function.

BUGS

INTERNALS

HISTORY