/* *****

        Operative System for MIPS Written by Filip Ekberg at the Blekinge Institute Of Technology
        Contact: Filip@SmartIT.se

*** */

#include <iregdef.h>
#include <idtcpu.h>
        .text
        .globl   UnhandledException
/* *************************************************************************
         Unhandled Exception
************************************************************************* */

UnhandledException:
			j DisMiss
