URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [faultret.h] - Rev 1765
Compare with Previous | Blame | View Log
/*-------------------------------------*/ /* faultret.h */ /* Last change : 3.11.94 */ /*-------------------------------------*/ /* * faultret.h,v 1.2 1999/10/27 16:27:34 joel Exp */ #ifndef _FAULTRET_H_ #define _FAULTRET_H_ /* Return to the point where fault happened. * Fault state keeps all registers. */ extern void faultRet(unsigned int * faultState); #endif /*-------------*/ /* End of file */ /*-------------*/