/* Exception.c, Copyright 27.3.97 (c) by C. Conrad, Swiss Federal Institute of Technology, Computer Engineering and Networks Laboratory. TOPSY -- A Teachable Operating System. Implementation of a tiny and simple micro kernel for teaching purposes. For further information, please visit http://www.tik.ee.ethz.ch/~topsy This software is provided under the terms of the GNU General Public Licence. A full copy of the GNU GPL is provided in the file COPYING found in the development root of Topsy. */ /* File: $Source: /usr/drwho/vault/cvs/topsy/Topsy/Topsy/mips/Exception.c,v $ Author(s): C. Conrad Affiliation: ETH Zuerich, TIK Version: $Revision: 1.4 $ Creation Date: 27.3.97 Last Date of Change: $Date: 1999/12/13 21:48:39 $ by: $Author: ruf $ $Log: Exception.c,v $ Revision 1.4 1999/12/13 21:48:39 ruf GNU General Public Licence Update Revision 1.3 1997/04/23 11:55:28 gfa cleanup * Revision 1.2 1997/04/06 18:44:54 gfa * added FPGA interrupt number * * Revision 1.1 97/03/27 13:55:56 conrad * Initial revision * */ #include "Exception.h"